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 | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 瓠y瓠yB | 11100001010000000111100111100001010000000111100101000010 | e14079e1407942 |
EUC-JP | 瓠y瓠yB | 11100001101000010111100111100001101000010111100101000010 | e1a179e1a17942 |
UTF-8 | 瓠y瓠yB | 111001111001001110100000011110011110011110010011101000000111100101000010 | e793a079e793a07942 |
UHC | 瓠y瓠yB | 11111011110100100111100111111011110100100111100101000010 | fbd279fbd27942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)