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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
EUC-JP | 獐??@h | 10001111110010111011101000111111001111110100000001101000 | 8fcbba3f3f4068 |
UTF-8 | 獐쇨쨩@h | 1110011110001101100100001110110010000111101010001110110010101000101010010100000001101000 | e78d90ec87a8eca8a94068 |
UHC | 獐쇨쨩@h | 1110110111101111101111001110101011000010101110110100000001101000 | edefbceac2bb4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)