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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 脂班???暲 | 100011101000100110010100110001110011111100111111001111111111101011011100 | 8e8994c73f3f3ffadc |
EUC-JP | 脂班???暲 | 10111011111010011100100011001001001111110011111100111111100011111100001011011011 | bbe9c8c93f3f3f8fc2db |
UTF-8 | 脂班렮ㅿ셉暲 | 111010001000010010000010111001111000111110101101111010111010000010101110111000111000010110111111111011001000010110001001111001101001101010110010 | e88482e78fadeba0aee385bfec8589e69ab2 |
UHC | 脂班렮ㅿ셉暲 | 111100101011011111011010111011001000111010111011101001001110111110111100110000011110110111100111 | f2b7daec8ebba4efbcc1ede7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)