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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 瞻磑瞻磑B | 111000011101101111100001111101001110000111011011111000011111010001000010 | e1dbe1f4e1dbe1f442 |
EUC-JP | 瞻磑瞻磑B | 111000101101110111100010111101101110001011011101111000101111011001000010 | e2dde2f6e2dde2f642 |
UTF-8 | 瞻磑瞻磑B | 11100111100111101011101111100111101000111001000111100111100111101011101111100111101000111001000101000010 | e79ebbe7a391e79ebbe7a39142 |
UHC | 瞻?瞻?B | 11110100110101110011111111110100110101110011111101000010 | f4d73ff4d73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)