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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韈嫉裙自 | 1110100011100111100011101011100111100101111000111000111010101001 | e8e78eb9e5e38ea9 |
EUC-JP | 韈嫉裙自 | 1111000011101001101111001011101111101010111001011011110010101011 | f0e9bcbbeae5bcab |
UTF-8 | 韈嫉裙自 | 111010011001111110001000111001011010101110001001111010001010001110011001111010001000011110101010 | e99f88e5ab89e8a399e887aa |
UHC | ?嫉裙自 | 00111111111100101110110011001111110110011110110110111011 | 3ff2eccfd9edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)