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 | 齊斑? | 1110101010001110100101001100000100111111 | ea8e94c13f |
EUC-JP | 齊斑? | 1111001111101110110010001100001100111111 | f3eec8c33f |
UTF-8 | 齊斑캅 | 111010011011110110001010111001101001011010010001111011001011101010000101 | e9bd8ae69691ecba85 |
UHC | 齊斑캅 | 111100001011101011011010111010001100010010110000 | f0badae8c4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)