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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窈???ι? | 1110001001110111001111110011111100111111100000111100011100111111 | e2773f3f3f83c73f |
EUC-JP | 窈???ι? | 1110001111011000001111110011111100111111101001101100100100111111 | e3d83f3f3fa6c93f |
UTF-8 | 窈뗦뀞說ι슧 | 1110011110101010100010001110101110010111101001101110101110000000100111101110111110100110101000011100111010111001111011001000101010100111 | e7aa88eb97a6eb809eefa6a1ceb9ec8aa7 |
UHC | 窈뗦뀞說ι슧 | 111010011010000110001011111001101000010110010101111001101111001010100101111010011001101010110001 | e9a18be68595e6f2a5e99ab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)