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 | 造?爰搬 | 10010001101000100011111111100000101001111001010011000000 | 91a23fe0a794c0 |
EUC-JP | 造?爰搬 | 11000010101001000011111111100000101010011100100011000010 | c2a43fe0a9c8c2 |
UTF-8 | 造렋爰搬 | 111010011000000010100000111010111010000010001011111001111000100010110000111001101001000010101100 | e980a0eba08be788b0e690ac |
UHC | 造렋爰搬 | 1111000011100011100011101010001011101010101110101101101011100110 | f0e38ea2eabadae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)