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] | 0011111100111111001111110100010101011101 | 3f3f3f455d |
SJIS-WIN | 永??E] | 100010010110100100111111001111110100010101011101 | 89693f3f455d |
EUC-JP | 永??E] | 101100011100101000111111001111110100010101011101 | b1ca3f3f455d |
UTF-8 | 永귣젷E] | 1110011010110000101110001110101010110111101000111110110010100000101101110100010101011101 | e6b0b8eab7a3eca0b7455d |
UHC | 永귣젷E] | 1110011110110101100000101110101110100000101010110100010101011101 | e7b582eba0ab455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)