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 | 111000110111000100111111010001011110001101110001001111110100010101000010 | e3713f45e3713f4542 |
EUC-JP | 縡?E縡?EB | 111001011101001000111111010001011110010111010010001111110100010101000010 | e5d23f45e5d23f4542 |
UTF-8 | 縡렕E縡렕EB | 111001111011100010100001111010111010000010010101010001011110011110111000101000011110101110100000100101010100010101000010 | e7b8a1eba09545e7b8a1eba0954542 |
UHC | 縡렕E縡렕EB | 1110111010101101100011101010101001000101111011101010110110001110101010100100010101000010 | eead8eaa45eead8eaa4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)