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 | 穩??辱? | 11100010011100100011111100111111100100000100101000111111 | e2723f3f904a3f |
EUC-JP | 穩??辱? | 11100011110100110011111100111111101111111010101100111111 | e3d33f3fbfab3f |
UTF-8 | 穩롥퇌辱랡 | 111001111010100110101001111010111010000110100101111011011000011110001100111010001011111010110001111010111001111010100001 | e7a9a9eba1a5ed878ce8beb1eb9ea1 |
UHC | 穩롥퇌辱랡 | 11101000101100011000111011100101101101111001110111101001101101001000111001000010 | e8b18ee5b79de9b48e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)