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 | ?鑠 | 001111111110100001101010 | 3fe86a |
EUC-JP | 邶鑠 | 1000111111100001111110101110111111001011 | 8fe1faefcb |
UTF-8 | 邶鑠 | 111010011000001010110110111010011001000110100000 | e982b6e991a0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)