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 | 蟾耶崛 | 111001011011011110010110111010111001101110111111 | e5b796eb9bbf |
EUC-JP | 蟾耶崛 | 111010101011100111001100111011011101011011000001 | eab9ccedd6c1 |
UTF-8 | 蟾耶崛 | 111010001001111110111110111010001000000010110110111001011011010010011011 | e89fbee880b6e5b49b |
UHC | 蟾耶? | 1110000011101010111001011010110100111111 | e0eae5ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)