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 | 釈汐瑟 | 100011101101111110001110101011001110000011101100 | 8edf8eace0ec |
EUC-JP | 釈汐瑟 | 101111001110000110111100101011101110000011101110 | bce1bcaee0ee |
UTF-8 | 釈汐瑟 | 111010011000011110001000111001101011000110010000111001111001000110011111 | e98788e6b190e7919f |
UHC | ?汐瑟 | 0011111111100000101100011110001110100010 | 3fe0b1e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)