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 | 昇?? | 10001111101110000011111100111111 | 8fb83f3f |
EUC-JP | 昇?? | 10111110101110100011111100111111 | beba3f3f |
UTF-8 | 昇뜇륯 | 111001101001100010000111111010111001110010000111111010111010010110101111 | e69887eb9c87eba5af |
UHC | 昇뜇륯 | 111000111011000010001101100010101001000001010000 | e3b08d8a9050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)