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 | ?@???G??F | 001111110100000000111111001111110011111101000111001111110011111101000110 | 3f403f3f3f473f3f46 |
SJIS-WIN | ?@???G??F | 001111110100000000111111001111110011111101000111001111110011111101000110 | 3f403f3f3f473f3f46 |
EUC-JP | ?@???G??F | 001111110100000000111111001111110011111101000111001111110011111101000110 | 3f403f3f3f473f3f46 |
UTF-8 | 청@혦쩌청G혦쩐F | 111011001011001010101101010000001110110110011000101001101110110010101001100011001110110010110010101011010100011111101101100110001010011011101100101010011001000001000110 | ecb2ad40ed98a6eca98cecb2ad47ed98a6eca99046 |
UHC | 청@혦쩌청G혦쩐F | 110000111011101101000000110000101000111011000010101111001100001110111011010001111100001010001110110000101011111001000110 | c3bb40c28ec2bcc3bb47c28ec2be46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)