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 | 題賂??臍 | 1001000111101000100110000100011100111111001111111110010001100000 | 91e898473f3fe460 |
EUC-JP | 題賂??臍 | 1100001011101010110011111010100000111111001111111110011111000001 | c2eacfa83f3fe7c1 |
UTF-8 | 題賂렰렕臍 | 111010011010000110001100111010001011001110000010111010111010000010110000111010111010000010010101111010001000011110001101 | e9a18ce8b382eba0b0eba095e8878d |
UHC | 題賂렰렕臍 | 11110000101110011101011011110001100011101011110110001110101010101111000010110000 | f0b9d6f18ebd8eaaf0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)