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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 窪?怜G | 100011000100010100111111100101111110010101000111 | 8c453f97e547 |
EUC-JP | 窪?怜G | 101101111010011000111111110011101110011101000111 | b7a63fcee747 |
UTF-8 | 窪쇠怜G | 11100111101010101010101011101100100001111010000011100110100000001001110001000111 | e7aaaaec87a0e6809c47 |
UHC | 窪쇠怜G | 11101000110000011011110011101000110101101011101101000111 | e8c1bce8d6bb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)