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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 兪???h | 100110010110000000111111001111110011111101101000 | 99603f3f3f68 |
EUC-JP | 兪???h | 110100011100000100111111001111110011111101101000 | d1c13f3f3f68 |
UTF-8 | 兪뀁렱렱h | 11100101100001011010101011101011100000001000000111101011101000001011000111101011101000001011000101101000 | e585aaeb8081eba0b1eba0b168 |
UHC | 兪뀁렱렱h | 111010101110010010110010111011001000111010111110100011101011111001101000 | eae4b2ec8ebe8ebe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)