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 | 菽? | 111001001100000100111111 | e4c13f |
EUC-JP | 菽珹 | 1110100011000011100011111100101111111011 | e8c38fcbfb |
UTF-8 | 菽珹 | 111010001000111110111101111001111000111110111001 | e88fbde78fb9 |
UHC | 菽珹 | 11100010110111011110000011111011 | e2dde0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)