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 | ?析 | 001111111001000011001101 | 3f90cd |
EUC-JP | 詵析 | 1000111111011101111001111100000011001111 | 8fdde7c0cf |
UTF-8 | 詵析 | 111010001010100110110101111001101001111010010000 | e8a9b5e69e90 |
UHC | 詵析 | 11100000110100101110000010110000 | e0d2e0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)