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 | 魄滓事 | 111010011010111010011111111001101000111010010110 | e9ae9fe68e96 |
EUC-JP | 魄滓事 | 111100101011000011011110111010001011101111110110 | f2b0dee8bbf6 |
UTF-8 | 魄滓事 | 111010011010110110000100111001101011101110010011111001001011101010001011 | e9ad84e6bb93e4ba8b |
UHC | 魄滓事 | 110110111101111011101110101010111101111011000000 | dbdeeeabdec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)