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 | 魑ォ閠ウ逕ッ | 111010011011001110101011111010001000000010110011111001111001010010101111 | e9b3abe880b3e794af |
EUC-JP | 魑ォ閠ウ逕ッ | 111100101011010110001110101010111110111111100000100011101011001111101101111101001000111010101111 | f2b58eabefe08eb3edf48eaf |
UTF-8 | 魑ォ閠ウ逕ッ | 111010011010110110010001111011111011110110101011111010011001011010100000111011111011110110110011111010011000000010010101111011111011110110101111 | e9ad91efbdabe996a0efbdb3e98095efbdaf |
UHC | ????逕? | 00111111001111110011111100111111110011001110111100111111 | 3f3f3f3fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)