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???h??^ | 001111110110100000111111001111110011111101101000001111110011111101011110 | 3f683f3f3f683f3f5e |
SJIS-WIN | ?h???h??^ | 001111110110100000111111001111110011111101101000001111110011111101011110 | 3f683f3f3f683f3f5e |
EUC-JP | ?h???h??^ | 001111110110100000111111001111110011111101101000001111110011111101011110 | 3f683f3f3f683f3f5e |
UTF-8 | 채h혩책채h혳째^ | 111011001011000110000100011010001110110110011000101010011110110010110001100001011110110010110001100001000110100011101101100110001011001111101100101001111011100001011110 | ecb18468ed98a9ecb185ecb18468ed98b3eca7b85e |
UHC | 채h혩책채h혳째^ | 110000111010010001101000110000101001000111000011101001011100001110100100011010001100001010011010110000101011000001011110 | c3a468c291c3a5c3a468c29ac2b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)