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 | 映星橡先^ | 100010010110011010010000101011111001001111001001100100001110011001011110 | 896690af93c990e65e |
EUC-JP | 映星橡先^ | 101100011100011111000000101100011100011011001011110000001110100001011110 | b1c7c0b1c6cbc0e85e |
UTF-8 | 映星橡先^ | 11100110100110001010000011100110100110001001111111100110101010011010000111100101100001011000100001011110 | e698a0e6989fe6a9a1e585885e |
UHC | 映星橡先^ | 111001111011000111100000111110001101111111001110111000001011101101011110 | e7b1e0f8dfcee0bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)