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 | 冶⑤?唯? | 1001011011101000100001110100010000111111100101110100001000111111 | 96e887443f97423f |
EUC-JP | 冶??唯? | 11001100111010100011111100111111110011011010001100111111 | ccea3f3fcda33f |
UTF-8 | 冶⑤떵唯덨 | 111001011000011010110110111000101001000110100100111010111001011010110101111001011001010010101111111010111000110110101000 | e586b6e291a4eb96b5e594afeb8da8 |
UHC | 冶⑤떵唯덨 | 11100101101001111010100011101011101101101011101011101010111001101000100101000010 | e5a7a8ebb6baeae68942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)