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 | 鈐銖?馴 | 11111011110000101110011111110001001111111001001111101001 | fbc2e7f13f93e9 |
EUC-JP | 鈐銖?馴 | 1000111111100011110000011110111011110011001111111100011011101011 | 8fe3c1eef33fc6eb |
UTF-8 | 鈐銖礖馴 | 111010011000100010010000111010011000101010010110111001111010010010010110111010011010011010110100 | e98890e98a96e7a496e9a6b4 |
UHC | 鈐銖礖馴 | 1100110010100010111000101100011111100110101001101110001011111000 | cca2e2c7e6a6e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)