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 | ?省 | 001111111000111111001000 | 3f8fc8 |
EUC-JP | ?省 | 001111111011111011001010 | 3fbeca |
UTF-8 | 안省 | 111011001001010110001000111001111001110010000001 | ec9588e79c81 |
UHC | 안省 | 10111110110010001110000011111101 | bec8e0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)