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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 窈?窈? | 111000100111011100111111111000100111011100111111 | e2773fe2773f |
EUC-JP | 窈?窈? | 111000111101100000111111111000111101100000111111 | e3d83fe3d83f |
UTF-8 | 窈뛚窈뛺 | 111001111010101010001000111010111001101110011010111001111010101010001000111010111001101110111010 | e7aa88eb9b9ae7aa88eb9bba |
UHC | 窈뛚窈뛺 | 1110100110100001100011010101011111101001101000011000110101111010 | e9a18d57e9a18d7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)