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 | 1001110111101000001111110011111101000111 | 9de83f3f47 |
EUC-JP | 晁??G | 1101101011101010001111110011111101000111 | daea3f3f47 |
UTF-8 | 晁솜송G | 11100110100110011000000111101100100001101001110011101100100001101010000101000111 | e69981ec869cec86a147 |
UHC | 晁솜송G | 11110000110001011011110011011000101111001101101101000111 | f0c5bcd8bcdb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)