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 | 咀峰??工 | 1001100111110000100101011111010000111111001111111000110101001000 | 99f095f43f3f8d48 |
EUC-JP | 咀峰??工 | 1101001011110010110010101111011000111111001111111011100110101001 | d2f2caf63f3fb9a9 |
UTF-8 | 咀峰렧곧工 | 111001011001001010000000111001011011001110110000111010111010000010100111111010101011001110100111111001011011011110100101 | e59280e5b3b0eba0a7eab3a7e5b7a5 |
UHC | 咀峰렧곧工 | 11101110101110101101110011101000100011101011011010110000111100001100110111101111 | eebadce88eb6b0f0cdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)