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 | ?涅 | 001111111001111110111000 | 3f9fb8 |
EUC-JP | ?涅 | 001111111101111010111010 | 3fdeba |
UTF-8 | 왳涅 | 111011001001100110110011111001101011011010000101 | ec99b3e6b685 |
UHC | 왳涅 | 10011110110110011110011011101110 | 9ed9e6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)