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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 閹頑言\ | 11101000100001101000101011100110100011001011111001011100 | e8868ae68cbe5c |
EUC-JP | 閹頑言\ | 11101111111001101011010011101000101110001100000001011100 | efe6b4e8b8c05c |
UTF-8 | 閹頑言\ | 11101001100101101011100111101001101000001001000111101000101010001000000001011100 | e996b9e9a091e8a8805c |
UHC | ?頑言\ | 001111111110100011010111111001011110101101011100 | 3fe8d7e5eb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)