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 | 薔h | 11100101010010111000001010001000 | e54b8288 |
EUC-JP | 薔h | 11101001101011001010001111101000 | e9aca3e8 |
UTF-8 | 薔h | 111010001001011010010100111011111011110110001000 | e89694efbd88 |
UHC | 薔h | 11101101111110011010001111101000 | edf9a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)