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 | ?旌?政^ | 00111111100111011101010100111111100100001010110101011110 | 3f9dd53f90ad5e |
EUC-JP | ?旌?政^ | 00111111110110101101011100111111110000001010111101011110 | 3fdad73fc0af5e |
UTF-8 | 뤻旌뤻政^ | 11101011101001001011101111100110100101111000110011101011101001001011101111100110100101001011111101011110 | eba4bbe6978ceba4bbe694bf5e |
UHC | 뤻旌뤻政^ | 100011111110100111101111110110111000111111101001111011111101100101011110 | 8fe9efdb8fe9efd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)