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 | ?我 | 001111111000100111100100 | 3f89e4 |
EUC-JP | ?我 | 001111111011001011100110 | 3fb2e6 |
UTF-8 | 룶我 | 111010111010001110110110111001101000100010010001 | eba3b6e68891 |
UHC | 룶我 | 10001111101010111110010010110010 | 8fabe4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)