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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉅躯Η | 111001111110100010001011111010111000001110100101 | e7e88beb83a5 |
EUC-JP | 鉅躯Η | 111011101110101010110110111011011010011010100111 | eeeab6eda6a7 |
UTF-8 | 鉅躯Η | 1110100110001001100001011110100010111010101011111100111010010111 | e98985e8baafce97 |
UHC | 鉅?Η | 1100101111101001001111111010010111000111 | cbe93fa5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)