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 | ???鞏潁 | 00111111001111110011111111101000110111011001111111110001 | 3f3f3fe8dd9ff1 |
EUC-JP | 縕??鞏潁 | 100011111101010011000010001111110011111111110000110111111101111011110011 | 8fd4c23f3ff0dfdef3 |
UTF-8 | 縕롡닖鞏潁 | 111001111011100010010101111010111010000110100001111010111000101110010110111010011001111010001111111001101011110110000001 | e7b895eba1a1eb8b96e99e8fe6bd81 |
UHC | 縕롡닖鞏潁 | 11101000101100101000111011100010100010001001101011001101111110011110011110111000 | e8b28ee2889acdf9e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)