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 | 1001000010110111111010001111000101111001100100001011011111101000111100010111100101000010 | 90b7e8f17990b7e8f17942 |
EUC-JP | 盛頌y盛頌yB | 1100000010111001111100001111001101111001110000001011100111110000111100110111100101000010 | c0b9f0f379c0b9f0f37942 |
UTF-8 | 盛頌y盛頌yB | 111001111001101110011011111010011010000010001100011110011110011110011011100110111110100110100000100011000111100101000010 | e79b9be9a08c79e79b9be9a08c7942 |
UHC | 盛頌y盛頌yB | 1110000011111100111000011110101101111001111000001111110011100001111010110111100101000010 | e0fce1eb79e0fce1eb7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)