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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蘚舒蟾 | 111001010110010010011000101011101110010110110111 | e56498aee5b7 |
EUC-JP | 蘚舒蟾 | 111010011100010111010000101100001110101010111001 | e9c5d0b0eab9 |
UTF-8 | 蘚舒蟾 | 111010001001100010011010111010001000100010010010111010001001111110111110 | e8989ae88892e89fbe |
UHC | 蘚舒蟾 | 111000001101000011100000101000101110000011101010 | e0d0e0a2e0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)