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 | 涅θ | 10011111101110001000001111000110 | 9fb883c6 |
EUC-JP | 涅θ | 11011110101110101010011011001000 | debaa6c8 |
UTF-8 | 涅θ | 1110011010110110100001011100111010111000 | e6b685ceb8 |
UHC | 涅θ | 11100110111011101010010111101000 | e6eea5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)