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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?х???? | 00111111100001001000011100111111001111110011111100111111 | 3f84873f3f3f3f |
EUC-JP | 絪х???? | 100011111101001111101100101001111110011100111111001111110011111100111111 | 8fd3eca7e73f3f3f3f |
UTF-8 | 絪х댂琉믥떥 | 1110011110110101101010101101000110000101111010111000110010000010111011111010011110001100111010111010111110100101111010111001011010100101 | e7b5aad185eb8c82efa78cebafa5eb96a5 |
UHC | 絪х댂琉믥떥 | 111011001101111110101100111001111000100010101101111010111010010010010010111001111000101110111000 | ecdface788adeba492e78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)