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 | 巐簿 | 11111010101101101001010111101011 | fab695eb |
EUC-JP | 巐簿 | 1000111110111011111110011100101011101101 | 8fbbf9caed |
UTF-8 | 巐簿 | 111001011011011110010000111001111011000010111111 | e5b790e7b0bf |
UHC | ?簿 | 001111111101110110101101 | 3fddad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)