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 | 拾? | 100011110100010100111111 | 8f453f |
EUC-JP | 拾? | 101111011010011000111111 | bda63f |
UTF-8 | 拾덀 | 111001101000101110111110111010111000110110000000 | e68bbeeb8d80 |
UHC | 拾덀 | 11100011101001101000100011100011 | e3a688e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)