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 | 絶??業?? | 1001000011100010001111110011111110001011110001100011111100111111 | 90e23f3f8bc63f3f |
EUC-JP | 絶??業?? | 1100000011100100001111110011111110110110110010000011111100111111 | c0e43f3fb6c83f3f |
UTF-8 | 絶딉풑業뚳쉴 | 111001111011010110110110111010111001010010001001111011011001001010010001111001101010010110101101111010111001101010110011111011001000100110110100 | e7b5b6eb9489ed9291e6a5adeb9ab3ec89b4 |
UHC | 絶딉풑業뚳쉴 | 111011111011111010001010111011111011111010010101111001011111011010001100111011111011110110101111 | efbe8aefbe95e5f68cefbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)