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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 滓梏 | 10011111111001101001111010000111 | 9fe69e87 |
EUC-JP | 滓梏 | 11011110111010001101101111100111 | dee8dbe7 |
UTF-8 | 滓梏 | 111001101011101110010011111001101010001010001111 | e6bb93e6a28f |
UHC | 滓梏 | 11101110101010111100110111011001 | eeabcdd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)