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 | 11100100101111000111100111100100101111000111100101000010 | e4bc79e4bc7942 |
EUC-JP | 莨y莨yB | 11101000101111100111100111101000101111100111100101000010 | e8be79e8be7942 |
UTF-8 | 莨y莨yB | 111010001000111010101000011110011110100010001110101010000111100101000010 | e88ea879e88ea87942 |
UHC | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)