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 | 涅ζ | 10011111101110001000001111000100 | 9fb883c4 |
EUC-JP | 涅ζ | 11011110101110101010011011000110 | debaa6c6 |
UTF-8 | 涅ζ | 1110011010110110100001011100111010110110 | e6b685ceb6 |
UHC | 涅ζ | 11100110111011101010010111100110 | e6eea5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)