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 | 涅η | 10011111101110001000001111000101 | 9fb883c5 |
EUC-JP | 涅η | 11011110101110101010011011000111 | debaa6c7 |
UTF-8 | 涅η | 1110011010110110100001011100111010110111 | e6b685ceb7 |
UHC | 涅η | 11100110111011101010010111100111 | e6eea5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)