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 | 萓∫エ | 1110010010111110100000011110011110110100 | e4be81e7b4 |
EUC-JP | 萓∫エ | 111010001100000010100010111010011000111010110100 | e8c0a2e98eb4 |
UTF-8 | 萓∫エ | 111010001001000010010011111000101000100010101011111011111011110110110100 | e89093e288abefbdb4 |
UHC | ?∫? | 00111111101000011111001000111111 | 3fa1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)