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 | 楡勘? | 1001111010111110100010101010100000111111 | 9ebe8aa83f |
EUC-JP | 楡勘? | 1101110011000000101101001010101000111111 | dcc0b4aa3f |
UTF-8 | 楡勘뤄 | 111001101010010110100001111001011000101110011000111010111010010010000100 | e6a5a1e58b98eba484 |
UHC | 楡勘뤄 | 111010101111100011001010111010111011011111101111 | eaf8caebb7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)