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 | ?}i?}iB | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-WIN | 盧}i盧}iB | 111000011011100001111101011010011110000110111000011111010110100101000010 | e1b87d69e1b87d6942 |
EUC-JP | 盧}i盧}iB | 111000101011101001111101011010011110001010111010011111010110100101000010 | e2ba7d69e2ba7d6942 |
UTF-8 | 盧}i盧}iB | 1110011110011011101001110111110101101001111001111001101110100111011111010110100101000010 | e79ba77d69e79ba77d6942 |
UHC | 盧}i盧}iB | 110101101101010001111101011010011101011011010100011111010110100101000010 | d6d47d69d6d47d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)