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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邃?邃?^ | 11100010100001000011111111100010100001000011111101011110 | e2843fe2843f5e |
EUC-JP | 邃?邃?^ | 11100011111001000011111111100011111001000011111101011110 | e3e43fe3e43f5e |
UTF-8 | 邃쒁邃얺^ | 11101001100000101000001111101100100100101000000111101001100000101000001111101100100101101011101001011110 | e98283ec9281e98283ec96ba5e |
UHC | 邃쒁邃얺^ | 111000101100010110011100110110001110001011000101100111100110001001011110 | e2c59cd8e2c59e625e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)