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 | ?r]H | 00111111011100100101110101001000 | 3f725d48 |
SJIS-WIN | 籵r]H | 1110001011100000011100100101110101001000 | e2e0725d48 |
EUC-JP | 籵r]H | 1110010011100010011100100101110101001000 | e4e2725d48 |
UTF-8 | 籵r]H | 111001111011000110110101011100100101110101001000 | e7b1b5725d48 |
UHC | ?r]H | 00111111011100100101110101001000 | 3f725d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)