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´@ | 100100100100010010010001101101001001001001000000 | 924491b49240 |
SJIS-WIN | ?D?´?@ | 00111111010001000011111110000001010011000011111101000000 | 3f443f814c3f40 |
EUC-JP | ?D?´?@ | 00111111010001000011111110100001101011010011111101000000 | 3f443fa1ad3f40 |
UTF-8 | D´@ | 11000010100100100100010011000010100100011100001010110100110000101001001001000000 | c29244c291c2b4c29240 |
UHC | ?D?´?@ | 00111111010001000011111110100010101001010011111101000000 | 3f443fa2a53f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)