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 | 題逗??磨 | 1001000111101000100100001000000000111111001111111001011010000001 | 91e890803f3f9681 |
EUC-JP | 題逗??磨 | 1100001011101010101111111110000000111111001111111100101111100001 | c2eabfe03f3fcbe1 |
UTF-8 | 題逗렏당磨 | 111010011010000110001100111010011000000010010111111010111010000010001111111010111000101110111001111001111010001110101000 | e9a18ce98097eba08feb8bb9e7a3a8 |
UHC | 題逗렏당磨 | 11110000101110011101010011101000100011101010010110110100111001111101100010101000 | f0b9d4e88ea5b4e7d8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)