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^ | 111000001101100111100000110010110110010101011110 | e0d9e0cb655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | àÙàËe^ | 1000111110101011101000101000111110101010111000111000111110101011101000101000111110101010101100110110010101011110 | 8faba28faae38faba28faab3655e |
UTF-8 | àÙàËe^ | 11000011101000001100001110011001110000111010000011000011100010110110010101011110 | c3a0c399c3a0c38b655e |
UHC | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)