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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 神?神?B | 10010000010111110011111110010000010111110011111101000010 | 905f3f905f3f42 |
EUC-JP | 神?神?B | 10111111110000000011111110111111110000000011111101000010 | bfc03fbfc03f42 |
UTF-8 | 神랛神랛B | 11100111101001011001111011101011100111101001101111100111101001011001111011101011100111101001101101000010 | e7a59eeb9e9be7a59eeb9e9b42 |
UHC | 神랛神랛B | 111000111110101010001101111111001110001111101010100011011111110001000010 | e3ea8dfce3ea8dfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)