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 | ?????` | 001111110011111100111111001111110011111101100000 | 3f3f3f3f3f60 |
SJIS-WIN | 壕橋??秘` | 100011011000100010001011101101000011111100111111100101001110100101100000 | 8d888bb43f3f94e960 |
EUC-JP | 壕橋??秘` | 101110011110100010110110101101100011111100111111110010001110101101100000 | b9e8b6b63f3fc8eb60 |
UTF-8 | 壕橋렟흗秘` | 11100101101000111001010111100110101010011000101111101011101000001001111111101101100111011001011111100111101001111001100001100000 | e5a395e6a98beba09fed9d97e7a79860 |
UHC | 壕橋렟흗秘` | 1111101110111101110011101110100110001110101100001100100011101001110111011111101001100000 | fbbdcee98eb0c8e9ddfa60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)