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 | 酌磁紗宍靼 | 10001110110111101000111010100101100011101101000110001110101100111110100011011000 | 8ede8ea58ed18eb3e8d8 |
EUC-JP | 酌磁紗宍靼 | 10111100111000001011110010100111101111001101001110111100101101011111000011011010 | bce0bca7bcd3bcb5f0da |
UTF-8 | 酌磁紗宍靼 | 111010011000010110001100111001111010001110000001111001111011010010010111111001011010111010001101111010011001110110111100 | e9858ce7a381e7b497e5ae8de99dbc |
UHC | 酌磁紗?? | 1110110111001100111011011011100011011110111010010011111100111111 | edccedb8dee93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)