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 | 111010000100110000111111010001011110100001001100001111110100010101000010 | e84c3f45e84c3f4542 |
EUC-JP | 鎰?E鎰?EB | 111011111010110100111111010001011110111110101101001111110100010101000010 | efad3f45efad3f4542 |
UTF-8 | 鎰렏E鎰렏EB | 111010011000111010110000111010111010000010001111010001011110100110001110101100001110101110100000100011110100010101000010 | e98eb0eba08f45e98eb0eba08f4542 |
UHC | 鎰렏E鎰렏EB | 1110110011110000100011101010010101000101111011001111000010001110101001010100010101000010 | ecf08ea545ecf08ea54542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)