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 | 驍簿幡 | 111010011000001010010101111010111001010010100110 | e98295eb94a6 |
EUC-JP | 驍簿幡 | 111100011110001011001010111011011100100010101000 | f1e2caedc8a8 |
UTF-8 | 驍簿幡 | 111010011010100110001101111001111011000010111111111001011011100110100001 | e9a98de7b0bfe5b9a1 |
UHC | 驍簿幡 | 111111011010010011011101101011011101101111011111 | fda4ddaddbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)