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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 映?映?B | 10001001011001100011111110001001011001100011111101000010 | 89663f89663f42 |
EUC-JP | 映?映?B | 10110001110001110011111110110001110001110011111101000010 | b1c73fb1c73f42 |
UTF-8 | 映뻵映뻵B | 11100110100110001010000011101011101110111011010111100110100110001010000011101011101110111011010101000010 | e698a0ebbbb5e698a0ebbbb542 |
UHC | 映뻵映뻵B | 111001111011000110010110011110101110011110110001100101100111101001000010 | e7b1967ae7b1967a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)