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 | 11100010111011000100110001101000111000101110110001001100 | e2ec4c68e2ec4c |
EUC-JP | 粮Lh粮L | 11100100111011100100110001101000111001001110111001001100 | e4ee4c68e4ee4c |
UTF-8 | 粮Lh粮L | 111001111011001010101110010011000110100011100111101100101010111001001100 | e7b2ae4c68e7b2ae4c |
UHC | 粮Lh粮L | 11010101110110110100110001101000110101011101101101001100 | d5db4c68d5db4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)