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??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 獄?D獄?D^ | 100011011001011000111111010001001000110110010110001111110100010001011110 | 8d963f448d963f445e |
EUC-JP | 獄?D獄?D^ | 101110011111011000111111010001001011100111110110001111110100010001011110 | b9f63f44b9f63f445e |
UTF-8 | 獄뻎D獄뻎D^ | 111001111000110110000100111010111011101110001110010001001110011110001101100001001110101110111011100011100100010001011110 | e78d84ebbb8e44e78d84ebbb8e445e |
UHC | 獄뻎D獄뻎D^ | 1110100010101011100101100101011101000100111010001010101110010110010101110100010001011110 | e8ab965744e8ab9657445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)