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 | 蝣℃f | 111001011010000010000001100011101000001010000110 | e5a0818e8286 |
EUC-JP | 蝣℃f | 111010101010001010100001111011101010001111100110 | eaa2a1eea3e6 |
UTF-8 | 蝣℃f | 111010001001110110100011111000101000010010000011111011111011110110000110 | e89da3e28483efbd86 |
UHC | ?℃f | 0011111110100001110010011010001111100110 | 3fa1c9a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)