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 | 贐℃ | 11100110110101111000000110001110 | e6d7818e |
EUC-JP | 贐℃ | 11101100110110011010000111101110 | ecd9a1ee |
UTF-8 | 贐℃ | 111010001011010010010000111000101000010010000011 | e8b490e28483 |
UHC | ?℃ | 001111111010000111001001 | 3fa1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)