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??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | ?盖E?盖EB | 001111111110000110110011010001010011111111100001101100110100010101000010 | 3fe1b3453fe1b34542 |
EUC-JP | ?盖E?盖EB | 001111111110001010110101010001010011111111100010101101010100010101000010 | 3fe2b5453fe2b54542 |
UTF-8 | 렺盖E렺盖EB | 111010111010000010111010111001111001101110010110010001011110101110100000101110101110011110011011100101100100010101000010 | eba0bae79b9645eba0bae79b964542 |
UHC | 렺盖E렺盖EB | 1000111011000010110010111100110001000101100011101100001011001011110011000100010101000010 | 8ec2cbcc458ec2cbcc4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)