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 | 1001001001011010100100100101000101111001100100100101101010010010010100010111100101000010 | 925a925179925a92517942 |
EUC-JP | 短嘆y短嘆yB | 1100001110111011110000111011001001111001110000111011101111000011101100100111100101000010 | c3bbc3b279c3bbc3b27942 |
UTF-8 | 短嘆y短嘆yB | 111001111001111110101101111001011001100010000110011110011110011110011111101011011110010110011000100001100111100101000010 | e79fade5988679e79fade598867942 |
UHC | 短嘆y短嘆yB | 1101001110101101111101111010001101111001110100111010110111110111101000110111100101000010 | d3adf7a379d3adf7a37942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)