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 | 村損 | 10010001101110101001000110111001 | 91ba91b9 |
EUC-JP | 村損 | 11000010101111001100001010111011 | c2bcc2bb |
UTF-8 | 村損 | 111001101001110110010001111001101001000010001101 | e69d91e6908d |
UHC | 村損 | 11110101101111011110000111011111 | f5bde1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)