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 | ?耀 | 001111111001011101110011 | 3f9773 |
EUC-JP | 炤耀 | 1000111111001001110100101100110111010100 | 8fc9d2cdd4 |
UTF-8 | 炤耀 | 111001111000001010100100111010001000000010000000 | e782a4e88080 |
UHC | 炤耀 | 11100001101111111110100110100101 | e1bfe9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)