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 | 謔円 | 11100110100000101000100101111110 | e682897e |
EUC-JP | 謔円 | 11101011111000101011000111011111 | ebe2b1df |
UTF-8 | 謔円 | 111010001010110010010100111001011000011010000110 | e8ac94e58686 |
UHC | 謔円 | 11111001110011001110010111110111 | f9cce5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)