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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 耳?裁?^ | 10001110101010000011111110001101110110010011111101011110 | 8ea83f8dd93f5e |
EUC-JP | 耳?裁?^ | 10111100101010100011111110111010110110110011111101011110 | bcaa3fbadb3f5e |
UTF-8 | 耳렰裁렢^ | 11101000100000001011001111101011101000001011000011101000101000111000000111101011101000001010001001011110 | e880b3eba0b0e8a381eba0a25e |
UHC | 耳렰裁렢^ | 111011001011110010001110101111011110111010101110100011101011001101011110 | ecbc8ebdeeae8eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)