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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 冶⑤?筍?\ | 100101101110100010000111010001000011111111100010101000010011111101011100 | 96e887443fe2a13f5c |
EUC-JP | 冶??筍?\ | 1100110011101010001111110011111111100100101000110011111101011100 | ccea3f3fe4a33f5c |
UTF-8 | 冶⑤슣筍뻃\ | 11100101100001101011011011100010100100011010010011101100100010101010001111100111101011011000110111101011101110111000001101011100 | e586b6e291a4ec8aa3e7ad8debbb835c |
UHC | 冶⑤슣筍뻃\ | 1110010110100111101010001110101110011010101011111110001011101100100101100100110001011100 | e5a7a8eb9aafe2ec964c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)