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 | ??????cG | 0011111100111111001111110011111100111111001111110110001101000111 | 3f3f3f3f3f3f6347 |
SJIS-WIN | 獄?????cG | 100011011001011000111111001111110011111100111111001111110110001101000111 | 8d963f3f3f3f3f6347 |
EUC-JP | 獄?????cG | 101110011111011000111111001111110011111100111111001111110110001101000111 | b9f63f3f3f3f3f6347 |
UTF-8 | 獄멸낏溜곕젛cG | 1110011110001101100001001110101110101001101110001110101110000010100011111110111110100111100010111110101010110011100101011110110010100000100110110110001101000111 | e78d84eba9b8eb828fefa78beab395eca09b6347 |
UHC | 獄멸낏溜곕젛cG | 1110100010101011101110001110101010110011101010001110101011111110101100001110101110100000100101110110001101000111 | e8abb8eab3a8eafeb0eba0976347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)