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 | CO¢yB | 1001001001000011100100100100111110010001101000100111100101000010 | 9243924f91a27942 |
SJIS-WIN | ?C?O?¢yB | 001111110100001100111111010011110011111110000001100100010111100101000010 | 3f433f4f3f81917942 |
EUC-JP | ?C?O?¢yB | 001111110100001100111111010011110011111110100001111100010111100101000010 | 3f433f4f3fa1f17942 |
UTF-8 | CO¢yB | 110000101001001001000011110000101001001001001111110000101001000111000010101000100111100101000010 | c29243c2924fc291c2a27942 |
UHC | ?C?O??yB | 0011111101000011001111110100111100111111001111110111100101000010 | 3f433f4f3f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)