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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?期???B | 00111111100010101111101000111111001111110011111101000010 | 3f8afa3f3f3f42 |
EUC-JP | ?期???B | 00111111101101001111110000111111001111110011111101000010 | 3fb4fc3f3f3f42 |
UTF-8 | 렺期렺읖렊B | 11101011101000001011101011100110100111001001111111101011101000001011101011101100100111011001011011101011101000001000101001000010 | eba0bae69c9feba0baec9d96eba08a42 |
UHC | 렺期렺읖렊B | 1000111011000010110100011010001010001110110000101100000011000101100011101010000101000010 | 8ec2d1a28ec2c0c58ea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)