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´ºP | 10010010010001001001000110110100100100011011101001010000 | 924491b491ba50 |
SJIS-WIN | ?D?´??P | 0011111101000100001111111000000101001100001111110011111101010000 | 3f443f814c3f3f50 |
EUC-JP | ?D?´?ºP | 00111111010001000011111110100001101011010011111110001111101000101110101101010000 | 3f443fa1ad3f8fa2eb50 |
UTF-8 | D´ºP | 110000101001001001000100110000101001000111000010101101001100001010010001110000101011101001010000 | c29244c291c2b4c291c2ba50 |
UHC | ?D?´?ºP | 001111110100010000111111101000101010010100111111101010001010110001010000 | 3f443fa2a53fa8ac50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)