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 | ゙鱆ニ翳 | 110111101110100111100001110001101110001111001000 | dee9e1c6e3c8 |
EUC-JP | ゙鱆ニ翳 | 1000111011011110111100101110001110001110110001101110011011001010 | 8edef2e38ec6e6ca |
UTF-8 | ゙鱆ニ翳 | 111011111011111010011110111010011011000110000110111011111011111010000110111001111011111110110011 | efbe9ee9b186efbe86e7bfb3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)