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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 瑚?D瑚?D^ | 100011001110100000111111010001001000110011101000001111110100010001011110 | 8ce83f448ce83f445e |
EUC-JP | 瑚?D瑚?D^ | 101110001110101000111111010001001011100011101010001111110100010001011110 | b8ea3f44b8ea3f445e |
UTF-8 | 瑚렡D瑚렡D^ | 111001111001000110011010111010111010000010100001010001001110011110010001100110101110101110100000101000010100010001011110 | e7919aeba0a144e7919aeba0a1445e |
UHC | 瑚렡D瑚렡D^ | 1111101111010001100011101011001001000100111110111101000110001110101100100100010001011110 | fbd18eb244fbd18eb2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)