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 | 100010010110011000111111010011000110100010001001011001100011111101001100 | 89663f4c6889663f4c |
EUC-JP | 映?Lh映?L | 101100011100011100111111010011000110100010110001110001110011111101001100 | b1c73f4c68b1c73f4c |
UTF-8 | 映킿Lh映킿L | 111001101001100010100000111011011000001010111111010011000110100011100110100110001010000011101101100000101011111101001100 | e698a0ed82bf4c68e698a0ed82bf4c |
UHC | 映킿Lh映킿L | 1110011110110001101101010110100101001100011010001110011110110001101101010110100101001100 | e7b1b5694c68e7b1b5694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)