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 | イ沆ッ汐 | 11110010101101101011001011111010111101111111001111101110101011111000111010101100 | f2b6b2faf7f3eeaf8eac |
EUC-JP | ?イ沆?ッ汐 | 0011111110001110101100101000111111000110111010100011111110001110101011111011110010101110 | 3f8eb28fc6ea3f8eafbcae |
UTF-8 | イ沆ッ汐 | 111011101000011110101101111011111011110110110010111001101011001010000110111011101000101110100001111011111011110110101111111001101011000110010000 | ee87adefbdb2e6b286ee8ba1efbdafe6b190 |
UHC | ??沆??汐 | 0011111100111111111110011111101000111111001111111110000010110001 | 3f3ff9fa3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)