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 | 轅絞??摩 | 1110011101110110100011010110100100111111001111111001011010000000 | e7768d693f3f9680 |
EUC-JP | 轅絞??摩 | 1110110111010111101110011100101000111111001111111100101111100000 | edd7b9ca3f3fcbe0 |
UTF-8 | 轅絞렗댈摩 | 111010001011110110000101111001111011010110011110111010111010000010010111111010111000110010001000111001101001000110101001 | e8bd85e7b59eeba097eb8c88e691a9 |
UHC | 轅絞렗댈摩 | 11101010101111111100111011101101100011101010110010110100111011101101100010100100 | eabfceed8eacb4eed8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)