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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 獰??獰g?B | 11100000110101100011111100111111111000001101011010000010100001110011111101000010 | e0d63f3fe0d682873f42 |
EUC-JP | 獰??獰g?B | 11100000110110000011111100111111111000001101100010100011111001110011111101000010 | e0d83f3fe0d8a3e73f42 |
UTF-8 | 獰녺뿆獰g궠B | 11100111100011011011000011101011100001011011101011101011101111111000011011100111100011011011000011101111101111011000011111101010101101101010000001000010 | e78db0eb85baebbf86e78db0efbd87eab6a042 |
UHC | 獰녺뿆獰g궠B | 11100111101111101000011011100111100101111000110111100111101111101010001111100111100000101011001101000010 | e7be86e7978de7bea3e782b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)