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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 險晤煤奣瑚 | 11101000101010001001110111101011100101001000000111111010101000111000110011101000 | e8a89deb9481faa38ce8 |
EUC-JP | 險晤煤奣瑚 | 1111000010101010110110101110110111000111111000011000111110111000111111001011100011101010 | f0aadaedc7e18fb8fcb8ea |
UTF-8 | 險晤煤奣瑚 | 111010011001101010101010111001101001100110100100111001111000010110100100111001011010010110100011111001111001000110011010 | e99aaae699a4e785a4e5a5a3e7919a |
UHC | 險晤煤?瑚 | 111110101100111111100111111110111101100011100000001111111111101111010001 | facfe7fbd8e03ffbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)