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 | 轢э輯 | 111001111000000010000100100011111000111101010011 | e780848f8f53 |
EUC-JP | 轢э輯 | 111011011110000010100111111011111011110110110100 | ede0a7efbdb4 |
UTF-8 | 轢э輯 | 1110100010111101101000101101000110001101111010001011110010101111 | e8bda2d18de8bcaf |
UHC | 轢э輯 | 110101011111100110101100111011111111001011111110 | d5f9aceff2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)