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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誘??援 | 100101110101010100111111001111111000100110000111 | 97553f3f8987 |
EUC-JP | 誘??援 | 110011011011011000111111001111111011000111100111 | cdb63f3fb1e7 |
UTF-8 | 誘㏓뇵援 | 111010001010101010011000111000111000111110010011111010111000011110110101111001101000111110110100 | e8aa98e38f93eb87b5e68fb4 |
UHC | 誘㏓뇵援 | 1110101110101111101001111110101110000111100110011110101010110101 | ebafa7eb8799eab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)