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 | 跏オ隰晁繻豎 | 1110011011100110101101011110100010101100100111011110100011100011100011001110011010110001 | e6e6b5e8ac9de8e38ce6b1 |
EUC-JP | 跏オ隰晁繻豎 | 111011001110100010001110101101011111000010101110110110101110101011100101111011001110110010110011 | ece88eb5f0aedaeae5ececb3 |
UTF-8 | 跏オ隰晁繻豎 | 111010001011011110001111111011111011110110110101111010011001101010110000111001101001100110000001111001111011100110111011111010001011000110001110 | e8b78fefbdb5e99ab0e69981e7b9bbe8b18e |
UHC | 跏??晁?? | 1100101010111010001111110011111111110000110001010011111100111111 | caba3f3ff0c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)