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 | 恁ν???^ | 1001110010001100100000111100101100111111001111110011111101011110 | 9c8c83cb3f3f3f5e |
EUC-JP | 恁ν???^ | 1101011111101100101001101100110100111111001111110011111101011110 | d7eca6cd3f3f3f5e |
UTF-8 | 恁ν슊李푰^ | 111001101000000110000001110011101011110111101100100010101000101011101111101001111010000111101101100100011011000001011110 | e68181cebdec8a8aefa7a1ed91b05e |
UHC | 恁ν슊李푰^ | 1110110011110110101001011110110110011010100110101110110010110000101111100111100001011110 | ecf6a5ed9a9aecb0be785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)