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 | 肅器 | 11100011111001111000101011101101 | e3e78aed |
EUC-JP | 肅器 | 11100110111010011011010011101111 | e6e9b4ef |
UTF-8 | 肅器 | 111010001000001010000101111001011001100110101000 | e88285e599a8 |
UHC | 肅器 | 11100010110111001101000011101111 | e2dcd0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)