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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齊?┏?團 | 1110101010001110001111111000010010101100001111111001101010100011 | ea8e3f84ac3f9aa3 |
EUC-JP | 齊?┏?團 | 1111001111101110001111111010100010101110001111111101010010100101 | f3ee3fa8ae3fd4a5 |
UTF-8 | 齊장┏롊團 | 111010011011110110001010111011001001111010100101111000101001010010001111111010111010000110001010111001011001110010011000 | e9bd8aec9ea5e2948feba18ae59c98 |
UHC | 齊장┏롊團 | 11110000101110101100000011100101101001101010111010001110110100001101001110100101 | f0bac0e5a6ae8ed0d3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)