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 | 将ェ宵イ宵脯 | 10001111101010111010101010001111101010101011001010001111101010101110001111111011 | 8fabaa8faab28faae3fb |
EUC-JP | 将ェ宵イ宵脯 | 101111101010110110001110101010101011111010101100100011101011001010111110101011001110011011111101 | bead8eaabeac8eb2beace6fd |
UTF-8 | 将ェ宵イ宵脯 | 111001011011000010000110111011111011110110101010111001011010111010110101111011111011110110110010111001011010111010110101111010001000010010101111 | e5b086efbdaae5aeb5efbdb2e5aeb5e884af |
UHC | ??宵?宵脯 | 001111110011111111100001101100100011111111100001101100101111100011100001 | 3f3fe1b23fe1b2f8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)