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 | ACDACD^ | 100100100100000101000011010001001001001001000001010000110100010001011110 | 92414344924143445e |
SJIS-WIN | ?ACD?ACD^ | 001111110100000101000011010001000011111101000001010000110100010001011110 | 3f4143443f4143445e |
EUC-JP | ?ACD?ACD^ | 001111110100000101000011010001000011111101000001010000110100010001011110 | 3f4143443f4143445e |
UTF-8 | ACDACD^ | 1100001010010010010000010100001101000100110000101001001001000001010000110100010001011110 | c292414344c2924143445e |
UHC | ?ACD?ACD^ | 001111110100000101000011010001000011111101000001010000110100010001011110 | 3f4143443f4143445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)