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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 耶??爰?^ | 1001011011101011001111110011111111100000101001110011111101011110 | 96eb3f3fe0a73f5e |
EUC-JP | 耶??爰?^ | 1100110011101101001111110011111111100000101010010011111101011110 | cced3f3fe0a93f5e |
UTF-8 | 耶껋쉸爰멙^ | 11101000100000001011011011101010101110111000101111101100100010011011100011100111100010001011000011101011101010011001100101011110 | e880b6eabb8bec89b8e788b0eba9995e |
UHC | 耶껋쉸爰멙^ | 1110010110101101100000111110110010011010100011101110101010111010100100010100101001011110 | e5ad83ec9a8eeaba914a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)