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 | 鴦℡ | 11101001111100011000011110000100 | e9f18784 |
EUC-JP | 鴦? | 111100101111001100111111 | f2f33f |
UTF-8 | 鴦℡ | 111010011011010010100110111000101000010010100001 | e9b4a6e284a1 |
UHC | 鴦℡ | 11100100111011001010001011100101 | e4eca2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)