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 | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 頂?Lh頂?L | 100100101011100000111111010011000110100010010010101110000011111101001100 | 92b83f4c6892b83f4c |
EUC-JP | 頂?Lh頂?L | 110001001011101000111111010011000110100011000100101110100011111101001100 | c4ba3f4c68c4ba3f4c |
UTF-8 | 頂렋Lh頂렋L | 111010011010000010000010111010111010000010001011010011000110100011101001101000001000001011101011101000001000101101001100 | e9a082eba08b4c68e9a082eba08b4c |
UHC | 頂렋Lh頂렋L | 1111000010100010100011101010001001001100011010001111000010100010100011101010001001001100 | f0a28ea24c68f0a28ea24c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)