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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞨∵・「 | 111010001110000010000001111001101010010110100010 | e8e081e6a5a2 |
EUC-JP | 鞨∵・「 | 1111000011100010101000101110100010001110101001011000111010100010 | f0e2a2e88ea58ea2 |
UTF-8 | 鞨∵・「 | 111010011001111010101000111000101000100010110101111011111011110110100101111011111011110110100010 | e99ea8e288b5efbda5efbda2 |
UHC | 鞨∵?? | 110010101110101010100001111100010011111100111111 | caeaa1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)