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 | 狎霙 | 11100000101111101110100011000010 | e0bee8c2 |
EUC-JP | 狎霙 | 11100000110000001111000011000100 | e0c0f0c4 |
UTF-8 | 狎霙 | 111001111000101110001110111010011001110010011001 | e78b8ee99c99 |
UHC | 狎霙 | 11100100111001001110011111001110 | e4e4e7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)