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 | 訌? | 111001100110000000111111 | e6603f |
EUC-JP | 訌? | 111010111100000100111111 | ebc13f |
UTF-8 | 訌롅 | 111010001010100010001100111010111010000110000101 | e8a88ceba185 |
UHC | 訌롅 | 11111011111101111000111011001011 | fbf78ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)