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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 趙?h趙 | 111001101110001000111111011010001110011011100010 | e6e23f68e6e2 |
EUC-JP | 趙?h趙 | 111011001110010000111111011010001110110011100100 | ece43f68ece4 |
UTF-8 | 趙렓h趙 | 11101000101101101001100111101011101000001001001101101000111010001011011010011001 | e8b699eba09368e8b699 |
UHC | 趙렓h趙 | 11110000111000011000111010101000011010001111000011100001 | f0e18ea868f0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)