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 | 映ε?窈?? | 100010010110011010000011110000110011111111100010011101110011111100111111 | 896683c33fe2773f3f |
EUC-JP | 映ε?窈?? | 101100011100011110100110110001010011111111100011110110000011111100111111 | b1c7a6c53fe3d83f3f |
UTF-8 | 映ε묍窈뗧뼌 | 1110011010011000101000001100111010110101111010111010110010001101111001111010101010001000111010111001011110100111111010111011110010001100 | e698a0ceb5ebac8de7aa88eb97a7ebbc8c |
UHC | 映ε묍窈뗧뼌 | 111001111011000110100101111001011011100110100011111010011010000110001011111001111001011010010100 | e7b1a5e5b9a3e9a18be79694 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)