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 | 誘??苑 | 100101110101010100111111001111111000100110010001 | 97553f3f8991 |
EUC-JP | 誘??苑 | 110011011011011000111111001111111011000111110001 | cdb63f3fb1f1 |
UTF-8 | 誘㏓뇵苑 | 111010001010101010011000111000111000111110010011111010111000011110110101111010001000101110010001 | e8aa98e38f93eb87b5e88b91 |
UHC | 誘㏓뇵苑 | 1110101110101111101001111110101110000111100110011110101010111101 | ebafa7eb8799eabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)