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 | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 罍肬y罍肬yB | 1110001110100001111000111110110101111001111000111010000111100011111011010111100101000010 | e3a1e3ed79e3a1e3ed7942 |
EUC-JP | 罍肬y罍肬yB | 1110011010100011111001101110111101111001111001101010001111100110111011110111100101000010 | e6a3e6ef79e6a3e6ef7942 |
UTF-8 | 罍肬y罍肬yB | 111001111011110110001101111010001000001010101100011110011110011110111101100011011110100010000010101011000111100101000010 | e7bd8de882ac79e7bd8de882ac7942 |
UHC | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)