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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 驍喜嚠^ | 11101001100000101000101011101100100110101000100001011110 | e9828aec9a885e |
EUC-JP | 驍喜嚠^ | 11110001111000101011010011101110110100111110100001011110 | f1e2b4eed3e85e |
UTF-8 | 驍喜嚠^ | 11101001101010011000110111100101100101101001110011100101100110101010000001011110 | e9a98de5969ce59aa05e |
UHC | 驍喜?^ | 111111011010010011111101111011000011111101011110 | fda4fdec3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)