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 | ゙鱆ニ゙ | 1101111011101001111000011100011011011110 | dee9e1c6de |
EUC-JP | ゙鱆ニ゙ | 1000111011011110111100101110001110001110110001101000111011011110 | 8edef2e38ec68ede |
UTF-8 | ゙鱆ニ゙ | 111011111011111010011110111010011011000110000110111011111011111010000110111011111011111010011110 | efbe9ee9b186efbe86efbe9e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)