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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ?蓑?丹h | 00111111100101101010101000111111100100100100111101101000 | 3f96aa3f924f68 |
EUC-JP | 邕蓑?丹h | 100011111110000111101101110011001010110000111111110000111011000001101000 | 8fe1edccac3fc3b068 |
UTF-8 | 邕蓑렠丹h | 11101001100000101001010111101000100100111001000111101011101000001010000011100100101110001011100101101000 | e98295e89391eba0a0e4b8b968 |
UHC | 邕蓑렠丹h | 111010001011101111011110111011101000111010110001110100111010000101101000 | e8bbdeee8eb1d3a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)