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 | 遽 | 11111001101000101110011110101111 | f9a2e7af |
EUC-JP | ?遽 | 001111111110111010110001 | 3feeb1 |
UTF-8 | 遽 | 111011101001101110111101111010011000000110111101 | ee9bbde981bd |
UHC | ?遽 | 001111111100101111101000 | 3fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)