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 | 鉅躯脅 | 111001111110100010001011111010111000101110111010 | e7e88beb8bba |
EUC-JP | 鉅躯脅 | 111011101110101010110110111011011011011010111100 | eeeab6edb6bc |
UTF-8 | 鉅躯脅 | 111010011000100110000101111010001011101010101111111010001000010010000101 | e98985e8baafe88485 |
UHC | 鉅?脅 | 1100101111101001001111111111101011110110 | cbe93ffaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)