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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 瘁鱆~ | 1110000110000001111010011110000101111110 | e181e9e17e |
EUC-JP | 瘁鱆~ | 1110000111100001111100101110001101111110 | e1e1f2e37e |
UTF-8 | 瘁鱆~ | 11100111100110001000000111101001101100011000011001111110 | e79881e9b1867e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)