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 | 魴ォ逞秘怦逎 | 1110100110110101101010111110011110010111100101001110100110011100100010001110011110100011 | e9b5abe79794e99c88e7a3 |
EUC-JP | 魴ォ逞秘怦逎 | 111100101011011110001110101010111110110111110111110010001110101111010111111010001110111010100101 | f2b78eabedf7c8ebd7e8eea5 |
UTF-8 | 魴ォ逞秘怦逎 | 111010011010110110110100111011111011110110101011111010011000000010011110111001111010011110011000111001101000000010100110111010011000000010001110 | e9adb4efbdabe9809ee7a798e680a6e9808e |
UHC | ??逞秘?? | 0011111100111111110101101100000111011101111110100011111100111111 | 3f3fd6c1ddfa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)