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 | 甕??嵬? | 11100001010100000011111100111111100110111100101000111111 | e1503f3f9bca3f |
EUC-JP | 甕??嵬? | 11100001101100010011111100111111110101101100110000111111 | e1b13f3fd6cc3f |
UTF-8 | 甕듣퉲嵬뚿 | 111001111001010010010101111010111001001110100011111011011000100110110010111001011011010110101100111010111001101010111111 | e79495eb93a3ed89b2e5b5aceb9abf |
UHC | 甕듣퉲嵬뚿 | 11101000101110001011010111101000101110011000101011101000111000111000110011111011 | e8b8b5e8b98ae8e38cfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)