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 | 謦畷嗇尞偵 | 11100110100100101001001111101011100110101010010111111010101010111001001011100011 | e69293eb9aa5faab92e3 |
EUC-JP | 謦畷嗇尞偵 | 1110101111110010110001101110110111010100101001111000111110111010111010111100010011100101 | ebf2c6edd4a78fbaebc4e5 |
UTF-8 | 謦畷嗇尞偵 | 111010001010110010100110111001111001010110110111111001011001011110000111111001011011000010011110111001011000000110110101 | e8aca6e795b7e59787e5b09ee581b5 |
UHC | ??嗇?偵 | 00111111001111111101111111100000001111111110111111001111 | 3f3fdfe03fefcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)