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 | 鸚??裕? | 11101010010111110011111100111111100101110101010000111111 | ea5f3f3f97543f |
EUC-JP | 鸚??裕? | 11110011110000000011111100111111110011011011010100111111 | f3c03f3fcdb53f |
UTF-8 | 鸚쒓퍔裕귨 | 111010011011100010011010111011001001001010010011111011011000110110010100111010001010001110010101111010101011011110101000 | e9b89aec9293ed8d94e8a395eab7a8 |
UHC | 鸚쒓퍔裕귨 | 11100101101001001001110011101010101110111000101111101011101011101000001011101111 | e5a49ceabb8bebae82ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)