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 | 将藜 | 10001111101010111110010101011011 | 8fabe55b |
EUC-JP | 将藜 | 10111110101011011110100110111100 | beade9bc |
UTF-8 | 将藜 | 111001011011000010000110111010001001011110011100 | e5b086e8979c |
UHC | ?藜 | 001111111101010111101101 | 3fd5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)