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 | 陬イ鬢酉 | 11101000101000111011001011101001101001001001001111010001 | e8a3b2e9a493d1 |
EUC-JP | 陬イ鬢酉 | 1111000010100101100011101011001011110010101001101100011011010011 | f0a58eb2f2a6c6d3 |
UTF-8 | 陬イ鬢酉 | 111010011001100110101100111011111011110110110010111010011010110010100010111010011000010110001001 | e999acefbdb2e9aca2e98589 |
UHC | ???酉 | 0011111100111111001111111110101110110111 | 3f3f3febb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)