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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?贅鰮 | 0011111111100110110100101110100111011001 | 3fe6d2e9d9 |
EUC-JP | 錤贅鰮 | 10001111111001001101111111101100110101001111001011011011 | 8fe4dfecd4f2db |
UTF-8 | 錤贅鰮 | 111010011000110010100100111010001011010010000101111010011011000010101110 | e98ca4e8b485e9b0ae |
UHC | 錤贅? | 1101000111000101111101101010000100111111 | d1c5f6a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)