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 | 式霑 | 111100101010100010001110101011101110100010111111 | f2a88eaee8bf |
EUC-JP | ?式霑 | 0011111110111100101100001111000011000001 | 3fbcb0f0c1 |
UTF-8 | 式霑 | 111011101000011110011111111001011011110010001111111010011001110010010001 | ee879fe5bc8fe99c91 |
UHC | ?式霑 | 0011111111100011110100101110111111000101 | 3fe3d2efc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)