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´JG | 1001001001000100100100011011010010010010010010101001001001000111 | 924491b4924a9247 |
SJIS-WIN | ?D?´?J?G | 001111110100010000111111100000010100110000111111010010100011111101000111 | 3f443f814c3f4a3f47 |
EUC-JP | ?D?´?J?G | 001111110100010000111111101000011010110100111111010010100011111101000111 | 3f443fa1ad3f4a3f47 |
UTF-8 | D´JG | 11000010100100100100010011000010100100011100001010110100110000101001001001001010110000101001001001000111 | c29244c291c2b4c2924ac29247 |
UHC | ?D?´?J?G | 001111110100010000111111101000101010010100111111010010100011111101000111 | 3f443fa2a53f4a3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)