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 | 跿ゥ逖エ踞 | 1110011011110011101010011110011110011000101101001110011011110101 | e6f3a9e798b4e6f5 |
EUC-JP | 跿ゥ逖エ踞 | 11101100111101011000111010101001111011011111100010001110101101001110110011110111 | ecf58ea9edf88eb4ecf7 |
UTF-8 | 跿ゥ逖エ踞 | 111010001011011110111111111011111011110110101001111010011000000010010110111011111011110110110100111010001011100010011110 | e8b7bfefbda9e98096efbdb4e8b89e |
UHC | ????踞 | 001111110011111100111111001111111100101111100110 | 3f3f3f3fcbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)