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 | ?珖 | 001111111111101101100010 | 3ffb62 |
EUC-JP | ?珖 | 00111111100011111100101111110000 | 3f8fcbf0 |
UTF-8 | 뤗珖 | 111010111010010010010111111001111000111110010110 | eba497e78f96 |
UHC | 뤗珖 | 10001111110001111100111011001011 | 8fc7cecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)