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¦´H | 1001001001000100100100011010011010010001101101001001001001001000 | 924491a691b49248 |
SJIS-WIN | ?D???´?H | 001111110100010000111111001111110011111110000001010011000011111101001000 | 3f443f3f3f814c3f48 |
EUC-JP | ?D?¦?´?H | 0011111101000100001111111000111110100010110000110011111110100001101011010011111101001000 | 3f443f8fa2c33fa1ad3f48 |
UTF-8 | D¦´H | 1100001010010010010001001100001010010001110000101010011011000010100100011100001010110100110000101001001001001000 | c29244c291c2a6c291c2b4c29248 |
UHC | ?D???´?H | 001111110100010000111111001111110011111110100010101001010011111101001000 | 3f443f3f3fa2a53f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)