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 | ?世 | 001111111001000010100010 | 3f90a2 |
EUC-JP | ?世 | 001111111100000010100100 | 3fc0a4 |
UTF-8 | 룶世 | 111010111010001110110110111001001011100010010110 | eba3b6e4b896 |
UHC | 룶世 | 10001111101010111110000110100110 | 8fabe1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)