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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 軸照鴈 | 100011101011001010001111110001101110100111101100 | 8eb28fc6e9ec |
EUC-JP | 軸照鴈 | 101111001011010010111110110010001111001011101110 | bcb4bec8f2ee |
UTF-8 | 軸照鴈 | 111010001011101110111000111001111000010110100111111010011011010010001000 | e8bbb8e785a7e9b488 |
UHC | 軸照? | 1111010111101110111100001100111000111111 | f5eef0ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)