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 | 趙貊?\ | 111001101110001011100110101110110011111101011100 | e6e2e6bb3f5c |
EUC-JP | 趙貊?\ | 111011001110010011101100101111010011111101011100 | ece4ecbd3f5c |
UTF-8 | 趙貊볕\ | 11101000101101101001100111101000101100101000101011101011101100111001010101011100 | e8b699e8b28aebb3955c |
UHC | 趙貊볕\ | 11110000111000011101100011100111101110101011010101011100 | f0e1d8e7bab55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)