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 | 謔牙ーコ^ | 11100110100000101000100111100101101100001011101001011110 | e68289e5b0ba5e |
EUC-JP | 謔牙ーコ^ | 111010111110001010110010111001111000111010110000100011101011101001011110 | ebe2b2e78eb08eba5e |
UTF-8 | 謔牙ーコ^ | 11101000101011001001010011100111100010011001100111101111101111011011000011101111101111011011101001011110 | e8ac94e78999efbdb0efbdba5e |
UHC | 謔牙??^ | 11111001110011001110010010110011001111110011111101011110 | f9cce4b33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)