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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭蛟??? | 10001101110101011110010110000000001111110011111100111111 | 8dd5e5803f3f3f |
EUC-JP | 祭蛟??? | 10111010110101111110100111100000001111110011111100111111 | bad7e9e03f3f3f |
UTF-8 | 祭蛟렰당렪 | 111001111010010110101101111010001001101110011111111010111010000010110000111010111000101110111001111010111010000010101010 | e7a5ade89b9feba0b0eb8bb9eba0aa |
UHC | 祭蛟렰당렪 | 11110000101011101100111011110001100011101011110110110100111001111000111010111000 | f0aecef18ebdb4e78eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)