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 | 001111111001011101100100011110010011111110010111011001000111100101000010 | 3f9764793f97647942 |
EUC-JP | ?妖y?妖yB | 001111111100110111000101011110010011111111001101110001010111100101000010 | 3fcdc5793fcdc57942 |
UTF-8 | 숥妖y숥妖yB | 111011001000100010100101111001011010011010010110011110011110110010001000101001011110010110100110100101100111100101000010 | ec88a5e5a69679ec88a5e5a6967942 |
UHC | 숥妖y숥妖yB | 1001101001000010111010001110110101111001100110100100001011101000111011010111100101000010 | 9a42e8ed799a42e8ed7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)