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 | 1110100111110010001111110011111101000111 | e9f23f3f47 |
EUC-JP | 鶯??G | 1111001011110100001111110011111101000111 | f2f43f3f47 |
UTF-8 | 鶯쎌씓G | 11101001101101101010111111101100100011101000110011101100100101001001001101000111 | e9b6afec8e8cec949347 |
UHC | 鶯쎌씓G | 11100101101000111011110111101100100111011010100101000111 | e5a3bdec9da947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)