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 | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
UTF-8 | 묭뫒뫚E묭뫒뫚EB | 111010111010110010101101111010111010101110010010111010111010101110011010010001011110101110101100101011011110101110101011100100101110101110101011100110100100010101000010 | ebacadebab92ebab9a45ebacadebab92ebab9a4542 |
UHC | 묭뫒뫚E묭뫒뫚EB | 100100100100010010010001101101001001000110111010010001011001001001000100100100011011010010010001101110100100010101000010 | 924491b491ba45924491b491ba4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)