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 | ???hh???h | 001111110011111100111111011010000110100000111111001111110011111101101000 | 3f3f3f68683f3f3f68 |
SJIS-WIN | ???hh???h | 001111110011111100111111011010000110100000111111001111110011111101101000 | 3f3f3f68683f3f3f68 |
EUC-JP | ???hh???h | 001111110011111100111111011010000110100000111111001111110011111101101000 | 3f3f3f68683f3f3f68 |
UTF-8 | 렻읖렰hh렻읖렰h | 111010111010000010111011111011001001110110010110111010111010000010110000011010000110100011101011101000001011101111101100100111011001011011101011101000001011000001101000 | eba0bbec9d96eba0b06868eba0bbec9d96eba0b068 |
UHC | 렻읖렰hh렻읖렰h | 100011101100001111000000110001011000111010111101011010000110100010001110110000111100000011000101100011101011110101101000 | 8ec3c0c58ebd68688ec3c0c58ebd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)