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 | 蝓滓趨 | 111001011001111110011111111001101001000010010110 | e59f9fe69096 |
EUC-JP | 蝓滓趨 | 111010101010000111011110111010001011111111110110 | eaa1dee8bff6 |
UTF-8 | 蝓滓趨 | 111010001001110110010011111001101011101110010011111010001011011010101000 | e89d93e6bb93e8b6a8 |
UHC | ?滓趨 | 0011111111101110101010111111010111011001 | 3feeabf5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)