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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 犱自鰲 | 111110110101101110001110101010011110100111100000 | fb5b8ea9e9e0 |
EUC-JP | 犱自鰲 | 10001111110010101110111110111100101010111111001011100010 | 8fcaefbcabf2e2 |
UTF-8 | 犱自鰲 | 111001111000101010110001111010001000011110101010111010011011000010110010 | e78ab1e887aae9b0b2 |
UHC | ?自鰲 | 0011111111101101101110111110100010100111 | 3fedbbe8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)