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 | 1111101110110010100011110111010101000010 | fbb28f7542 |
EUC-JP | 軏瞬B | 100011111110000011011001101111011101011001000010 | 8fe0d9bdd642 |
UTF-8 | 軏瞬B | 11101000101110111000111111100111100111101010110001000010 | e8bb8fe79eac42 |
UHC | ?瞬B | 00111111111000101110101101000010 | 3fe2eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)