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 | ?® | 0011111110101110 | 3fae |
SJIS-WIN | 楹? | 100111101011000100111111 | 9eb13f |
EUC-JP | 楹® | 1101110010110011100011111010001011101110 | dcb38fa2ee |
UTF-8 | 楹® | 1110011010100101101110011100001010101110 | e6a5b9c2ae |
UHC | 楹® | 11100111101100111010001011100111 | e7b3a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)