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 | 鬢俾サ躯漢 | 111010011010010010011000111010101011101110001011111010111000101010111111 | e9a498eabb8beb8abf |
EUC-JP | 鬢俾サ躯漢 | 11110010101001101101000011101100100011101011101110110110111011011011010011000001 | f2a6d0ec8ebbb6edb4c1 |
UTF-8 | 鬢俾サ躯漢 | 111010011010110010100010111001001011111110111110111011111011110110111011111010001011101010101111111001101011110010100010 | e9aca2e4bfbeefbdbbe8baafe6bca2 |
UHC | ????漢 | 001111110011111100111111001111111111100111010011 | 3f3f3f3ff9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)