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 | 鬩ゥ逕サ豬 | 1110100110101001101010011110011110010100101110111110011010110101 | e9a9a9e794bbe6b5 |
EUC-JP | 鬩ゥ逕サ豬 | 11110010101010111000111010101001111011011111010010001110101110111110110010110111 | f2ab8ea9edf48ebbecb7 |
UTF-8 | 鬩ゥ逕サ豬 | 111010011010110010101001111011111011110110101001111010011000000010010101111011111011110110111011111010001011000110101100 | e9aca9efbda9e98095efbdbbe8b1ac |
UHC | ??逕?? | 001111110011111111001100111011110011111100111111 | 3f3fccef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)