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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠇ウ謔介∵ | 111110111010000110110011111001101000001010001001111011101000000111100110 | fba1b3e68289ee81e6 |
EUC-JP | ?ウ謔介∵ | 001111111000111010110011111010111110001010110010111100001010001011101000 | 3f8eb3ebe2b2f0a2e8 |
UTF-8 | 蠇ウ謔介∵ | 111010001010000010000111111011111011110110110011111010001010110010010100111001001011101110001011111000101000100010110101 | e8a087efbdb3e8ac94e4bb8be288b5 |
UHC | ??謔介∵ | 0011111100111111111110011100110011001011101111111010000111110001 | 3f3ff9cccbbfa1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)