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 | 陬ケ閾・豢 | 1110100010100011101110011110100010000111101001011110011010110100 | e8a3b9e887a5e6b4 |
EUC-JP | 陬ケ閾・豢 | 11110000101001011000111010111001111011111110011110001110101001011110110010110110 | f0a58eb9efe78ea5ecb6 |
UTF-8 | 陬ケ閾・豢 | 111010011001100110101100111011111011110110111001111010011001011010111110111011111011110110100101111010001011000110100010 | e999acefbdb9e996beefbda5e8b1a2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)