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 | 111001001100110101111101011010011110010011001101011111010110100101000010 | e4cd7d69e4cd7d6942 |
EUC-JP | 莽}i莽}iB | 111010001100111101111101011010011110100011001111011111010110100101000010 | e8cf7d69e8cf7d6942 |
UTF-8 | 莽}i莽}iB | 1110100010001110101111010111110101101001111010001000111010111101011111010110100101000010 | e88ebd7d69e88ebd7d6942 |
UHC | 莽}i莽}iB | 110110001101010101111101011010011101100011010101011111010110100101000010 | d8d57d69d8d57d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)