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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 巍嵬嵬B | 10011011110110011001101111001010100110111100101001000010 | 9bd99bca9bca42 |
EUC-JP | 巍嵬嵬B | 11010110110110111101011011001100110101101100110001000010 | d6dbd6ccd6cc42 |
UTF-8 | 巍嵬嵬B | 11100101101101111000110111100101101101011010110011100101101101011010110001000010 | e5b78de5b5ace5b5ac42 |
UHC | 巍嵬嵬B | 11101000111001001110100011100011111010001110001101000010 | e8e4e8e3e8e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)