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 | ?A??e | 0011111101000001001111110011111101100101 | 3f413f3f65 |
SJIS-WIN | ?A??e | 0011111101000001001111110011111101100101 | 3f413f3f65 |
EUC-JP | ?A??e | 0011111101000001001111110011111101100101 | 3f413f3f65 |
UTF-8 | 청A혦짯e | 1110110010110010101011010100000111101101100110001010011011101100101001111010111101100101 | ecb2ad41ed98a6eca7af65 |
UHC | 청A혦짯e | 1100001110111011010000011100001010001110110000101010110101100101 | c3bb41c28ec2ad65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)