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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 恁?紆?F | 10011100100011000011111111100010111111000011111101000110 | 9c8c3fe2fc3f46 |
EUC-JP | 恁?紆?F | 11010111111011000011111111100100111111100011111101000110 | d7ec3fe4fe3f46 |
UTF-8 | 恁렱紆렡F | 11100110100000011000000111101011101000001011000111100111101101001000011011101011101000001010000101000110 | e68181eba0b1e7b486eba0a146 |
UHC | 恁렱紆렡F | 111011001111011010001110101111101110100111100001100011101011001001000110 | ecf68ebee9e18eb246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)