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 | 11100100111010010111100111100100111010010111100101000010 | e4e979e4e97942 |
EUC-JP | 蓚y蓚yB | 11101000111010110111100111101000111010110111100101000010 | e8eb79e8eb7942 |
UTF-8 | 蓚y蓚yB | 111010001001001110011010011110011110100010010011100110100111100101000010 | e8939a79e8939a7942 |
UHC | 蓚y蓚yB | 11100010101111100111100111100010101111100111100101000010 | e2be79e2be7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)