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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 蟾杭蟾甲E | 111001011011011110001101010110011110010110110111100011010110001001000101 | e5b78d59e5b78d6245 |
EUC-JP | 蟾杭蟾甲E | 111010101011100110111001101110101110101010111001101110011100001101000101 | eab9b9baeab9b9c345 |
UTF-8 | 蟾杭蟾甲E | 11101000100111111011111011100110100111011010110111101000100111111011111011100111100101001011001001000101 | e89fbee69dade89fbee794b245 |
UHC | 蟾杭蟾甲E | 111000001110101011111001111110001110000011101010110010111010001101000101 | e0eaf9f8e0eacba345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)