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 | ????\h | 001111110011111100111111001111110101110001101000 | 3f3f3f3f5c68 |
SJIS-WIN | 担奪巽存\h | 10010010010100111001001001000100100100100100011010010001101101100101110001101000 | 92539244924691b65c68 |
EUC-JP | 担奪巽存\h | 11000011101101001100001110100101110000111010011111000010101110000101110001101000 | c3b4c3a5c3a7c2b85c68 |
UTF-8 | 担奪巽存\h | 1110011010001011100001011110010110100101101010101110010110110111101111011110010110101101100110000101110001101000 | e68b85e5a5aae5b7bde5ad985c68 |
UHC | ?奪巽存\h | 001111111111011110101100111000011101111011110000111011010101110001101000 | 3ff7ace1def0ed5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)