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 | 豎墫一エャ | 1110011010110001100110101101000110001000111010101011010010101100 | e6b19ad188eab4ac |
EUC-JP | 豎墫一エャ | 11101100101100111101010011010011101100001110110010001110101101001000111010101100 | ecb3d4d3b0ec8eb48eac |
UTF-8 | 豎墫一エャ | 111010001011000110001110111001011010001010101011111001001011100010000000111011111011110110110100111011111011110110101100 | e8b18ee5a2abe4b880efbdb4efbdac |
UHC | ??一?? | 001111110011111111101100111010010011111100111111 | 3f3fece93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)