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 | 綜??捧 | 100100011000111000111111001111111001010111111001 | 918e3f3f95f9 |
EUC-JP | 綜??捧 | 110000011110111000111111001111111100101011111011 | c1ee3f3fcafb |
UTF-8 | 綜뷸렪捧 | 111001111011011010011100111010111011011110111000111010111010000010101010111001101000110110100111 | e7b69cebb7b8eba0aae68da7 |
UHC | 綜뷸렪捧 | 1111000011111100101110101110011010001110101110001101110011101001 | f0fcbae68eb8dce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)