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 | 苜遵 | 11100100100111001000111110000101 | e49c8f85 |
EUC-JP | 苜遵 | 11100111111111001011110111100101 | e7fcbde5 |
UTF-8 | 苜遵 | 111010001000101110011100111010011000000110110101 | e88b9ce981b5 |
UHC | ?遵 | 001111111111000111100101 | 3ff1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)