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 | ?e??^ | 0011111101100101001111110011111101011110 | 3f653f3f5e |
SJIS-WIN | ?e??^ | 0011111101100101001111110011111101011110 | 3f653f3f5e |
EUC-JP | ?e??^ | 0011111101100101001111110011111101011110 | 3f653f3f5e |
UTF-8 | 찼e횪짱^ | 1110110010110000101111000110010111101101100110101010101011101100101001111011000101011110 | ecb0bc65ed9aaaeca7b15e |
UHC | 찼e횪짱^ | 1100001110100001011001011100001110100000110000101010111101011110 | c3a165c3a0c2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)