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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 竈怏 | 11100010011111011001110010001001 | e27d9c89 |
EUC-JP | 竈怏 | 11100011110111101101011111101001 | e3ded7e9 |
UTF-8 | 竈怏 | 111001111010101110001000111001101000000010001111 | e7ab88e6808f |
UHC | ?怏 | 001111111110010011101000 | 3fe4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)