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 | 萓晧「珠丐 | 111001001011111010011101111011001010001010001110111011001001100010100000 | e4be9deca28eec98a0 |
EUC-JP | 萓晧「珠丐 | 11101000110000001101101011101110100011101010001010111100111011101101000010100010 | e8c0daee8ea2bceed0a2 |
UTF-8 | 萓晧「珠丐 | 111010001001000010010011111001101001100110100111111011111011110110100010111001111000111110100000111001001011100010010000 | e89093e699a7efbda2e78fa0e4b890 |
UHC | ?晧?珠? | 00111111111110111100010100111111111100011100000100111111 | 3ffbc53ff1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)