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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魴ォ逞泌 | 11101001101101011010101111100111100101111001010011100101 | e9b5abe79794e5 |
EUC-JP | 魴ォ逞泌 | 1111001010110111100011101010101111101101111101111100100011100111 | f2b78eabedf7c8e7 |
UTF-8 | 魴ォ逞泌 | 111010011010110110110100111011111011110110101011111010011000000010011110111001101011001110001100 | e9adb4efbdabe9809ee6b38c |
UHC | ??逞泌 | 001111110011111111010110110000011111100110110010 | 3f3fd6c1f9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)