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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豎墫一エャ雎 | 11100110101100011001101011010001100010001110101010110100101011001110100010110001 | e6b19ad188eab4ace8b1 |
EUC-JP | 豎墫一エャ雎 | 111011001011001111010100110100111011000011101100100011101011010010001110101011001111000010110011 | ecb3d4d3b0ec8eb48eacf0b3 |
UTF-8 | 豎墫一エャ雎 | 111010001011000110001110111001011010001010101011111001001011100010000000111011111011110110110100111011111011110110101100111010011001101110001110 | e8b18ee5a2abe4b880efbdb4efbdace99b8e |
UHC | ??一??雎 | 0011111100111111111011001110100100111111001111111110111011010001 | 3f3fece93f3feed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)