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 | 袮六 | 11100101110101111001100001011010 | e5d7985a |
EUC-JP | 袮六 | 11101010110110011100111110111011 | ead9cfbb |
UTF-8 | 袮六 | 111010001010001010101110111001011000010110101101 | e8a2aee585ad |
UHC | ?六 | 001111111101011110111111 | 3fd7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)