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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 造?爰斑 | 10010001101000100011111111100000101001111001010011000001 | 91a23fe0a794c1 |
EUC-JP | 造?爰斑 | 11000010101001000011111111100000101010011100100011000011 | c2a43fe0a9c8c3 |
UTF-8 | 造렎爰斑 | 111010011000000010100000111010111010000010001110111001111000100010110000111001101001011010010001 | e980a0eba08ee788b0e69691 |
UHC | 造렎爰斑 | 1111000011100011100011101010010011101010101110101101101011101000 | f0e38ea4eabadae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)