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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雕昴Ο | 111010001011100010011101111000111000001110101101 | e8b89de383ad |
EUC-JP | 雕昴Ο | 111100001011101011011010111001011010011010101111 | f0badae5a6af |
UTF-8 | 雕昴Ο | 1110100110011011100101011110011010011000101101001100111010011111 | e99b95e698b4ce9f |
UHC | 雕昴Ο | 111100001110011111011001110110111010010111001111 | f0e7d9dba5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)