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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 懿??淫?^ | 1001110011110010001111110011111110001000111110100011111101011110 | 9cf23f3f88fa3f5e |
EUC-JP | 懿??淫?^ | 1101100011110100001111110011111110110000111111000011111101011110 | d8f43f3fb0fc3f5e |
UTF-8 | 懿쇰죦淫켧^ | 11100110100001111011111111101100100001111011000011101100101000111010011011100110101101111010101111101100101111001010011101011110 | e687bfec87b0eca3a6e6b7abecbca75e |
UHC | 懿쇰죦淫켧^ | 1110101111110011101111001110101110100001100000011110101111100010101100010110001101011110 | ebf3bceba181ebe2b1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)