To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 薰ァ螻。蠇ゥ隴 | 1111101110011110101001111110010110110001101000011111101110100001101010011110100010101101 | fb9ea7e5b1a1fba1a9e8ad |
EUC-JP | ?ァ螻。?ゥ隴 | 001111111000111010100111111010101011001110001110101000010011111110001110101010011111000010101111 | 3f8ea7eab38ea13f8ea9f0af |
UTF-8 | 薰ァ螻。蠇ゥ隴 | 111010001001011010110000111011111011110110100111111010001001111010111011111011111011110110100001111010001010000010000111111011111011110110101001111010011001101010110100 | e896b0efbda7e89ebbefbda1e8a087efbda9e99ab4 |
UHC | 薰?????? | 1111110110111001001111110011111100111111001111110011111100111111 | fdb93f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)