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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 猜 | 11110000101110111110000011001000 | f0bbe0c8 |
EUC-JP | ?猜 | 001111111110000011001010 | 3fe0ca |
UTF-8 | 猜 | 111011101000000110111010111001111000110010011100 | ee81bae78c9c |
UHC | ?猜 | 001111111110001111000100 | 3fe3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)