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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 窈??h窈?? | 111000100111011100111111001111110110100011100010011101110011111100111111 | e2773f3f68e2773f3f |
EUC-JP | 窈??h窈?? | 111000111101100000111111001111110110100011100011110110000011111100111111 | e3d83f3f68e3d83f3f |
UTF-8 | 窈뗥퍒h窈뗥퍒 | 11100111101010101000100011101011100101111010010111101101100011011001001001101000111001111010101010001000111010111001011110100101111011011000110110010010 | e7aa88eb97a5ed8d9268e7aa88eb97a5ed8d92 |
UHC | 窈뗥퍒h窈뗥퍒 | 11101001101000011000101111100101101110111000100101101000111010011010000110001011111001011011101110001001 | e9a18be5bb8968e9a18be5bb89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)