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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 屬屬B | 1001101110100010100110111010001001000010 | 9ba29ba242 |
EUC-JP | 屬屬B | 1101011010100100110101101010010001000010 | d6a4d6a442 |
UTF-8 | 屬屬B | 11100101101100011010110011100101101100011010110001000010 | e5b1ace5b1ac42 |
UHC | 屬屬B | 1110000111010101111000011101010101000010 | e1d5e1d542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)