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 | ?註 | 001111111001001010010000 | 3f9290 |
EUC-JP | ?註 | 001111111100001111110000 | 3fc3f0 |
UTF-8 | 렯註 | 111010111010000010101111111010001010100010111011 | eba0afe8a8bb |
UHC | 렯註 | 10001110101111001111000111001001 | 8ebcf1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)