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 | 111010111010110010101100111010111010101110010111111010111010101110001100010001011110101110101100101011001110101110101011100101111110101110101011100011000100010101000010 | ebacacebab97ebab8c45ebacacebab97ebab8c4542 |
UHC | 묬뫗뫌E묬뫗뫌EB | 100100100100001110010001101110011001000110101110010001011001001001000011100100011011100110010001101011100100010101000010 | 924391b991ae45924391b991ae4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)