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 | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 貮Lh貮L | 11100110110001110100110001101000111001101100011101001100 | e6c74c68e6c74c |
EUC-JP | 貮Lh貮L | 11101100110010010100110001101000111011001100100101001100 | ecc94c68ecc94c |
UTF-8 | 貮Lh貮L | 111010001011001010101110010011000110100011101000101100101010111001001100 | e8b2ae4c68e8b2ae4c |
UHC | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)