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 | ???oB | 0011111100111111001111110110111101000010 | 3f3f3f6f42 |
SJIS-WIN | 遏夭膜oB | 1110011110011111100110101110111010010110100011000110111101000010 | e79f9aee968c6f42 |
EUC-JP | 遏夭膜oB | 1110111010100001110101001111000011001011111011000110111101000010 | eea1d4f0cbec6f42 |
UTF-8 | 遏夭膜oB | 1110100110000001100011111110010110100100101011011110100010000110100111000110111101000010 | e9818fe5a4ade8869c6f42 |
UHC | ?夭膜oB | 00111111111010001110110011011000101011110110111101000010 | 3fe8ecd8af6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)