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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闢∬渫闢 | 1110100010010011100000011110100010011111110101101110100010010011 | e89381e89fd6e893 |
EUC-JP | 闢∬渫闢 | 1110111111110011101000101110101011011110110110001110111111110011 | eff3a2eaded8eff3 |
UTF-8 | 闢∬渫闢 | 111010011001011110100010111000101000100010101100111001101011100010101011111010011001011110100010 | e997a2e288ace6b8abe997a2 |
UHC | 闢∬渫闢 | 1101110010100011101000011111001111100000110111101101110010100011 | dca3a1f3e0dedca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)