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 | îèx | 11101110100000101000000011101000101011011001100001111000 | ee8280e8ad9878 |
SJIS-WIN | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
EUC-JP | î??è??x | 1000111110101011110000100011111100111111100011111010101110110010001111110011111101111000 | 8fabc23f3f8fabb23f3f78 |
UTF-8 | îèx | 11000011101011101100001010000010110000101000000011000011101010001100001010101101110000101001100001111000 | c3aec282c280c3a8c2adc29878 |
UHC | ?????x | 0011111100111111001111110011111110100001101010010011111101111000 | 3f3f3f3fa1a93f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)