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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 製?????h | 1001000010111011001111110011111100111111001111110011111101101000 | 90bb3f3f3f3f3f68 |
EUC-JP | 製?????h | 1100000010111101001111110011111100111111001111110011111101101000 | c0bd3f3f3f3f3f68 |
UTF-8 | 製렲李대렣렗h | 11101000101000111011110111101011101000001011001011101111101001111010000111101011100011001000000011101011101000001010001111101011101000001001011101101000 | e8a3bdeba0b2efa7a1eb8c80eba0a3eba09768 |
UHC | 製렲李대렣렗h | 11110000101100101000111010111111111011001011000010110100111010111000111010110100100011101010110001101000 | f0b28ebfecb0b4eb8eb48eac68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)