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 | 釈汐捨 | 100011101101111110001110101011001000111011001100 | 8edf8eac8ecc |
EUC-JP | 釈汐捨 | 101111001110000110111100101011101011110011001110 | bce1bcaebcce |
UTF-8 | 釈汐捨 | 111010011000011110001000111001101011000110010000111001101000110110101000 | e98788e6b190e68da8 |
UHC | ?汐捨 | 0011111111100000101100011101111011010111 | 3fe0b1ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)