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 | ?葦 | 001111111000100010101111 | 3f88af |
EUC-JP | ?葦 | 001111111011000010110001 | 3fb0b1 |
UTF-8 | 썬葦 | 111011001000110110101100111010001001000110100110 | ec8dace891a6 |
UHC | 썬葦 | 10111101111000111110101011011000 | bde3ead8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)