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 | 自鱶 | 111100101010101110001110101010011110100111100110 | f2ab8ea9e9e6 |
EUC-JP | ?自鱶 | 0011111110111100101010111111001011101000 | 3fbcabf2e8 |
UTF-8 | 自鱶 | 111011101000011110100010111010001000011110101010111010011011000110110110 | ee87a2e887aae9b1b6 |
UHC | ?自? | 00111111111011011011101100111111 | 3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)