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 | èê²ê³ | 1110100010001000100100101110101010110010100100011110101010110011 | e88892eab291eab3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??ê??ê? | 1000111110101011101100100011111100111111100011111010101110110100001111110011111110001111101010111011010000111111 | 8fabb23f3f8fabb43f3f8fabb43f |
UTF-8 | èê²ê³ | 11000011101010001100001010001000110000101001001011000011101010101100001010110010110000101001000111000011101010101100001010110011 | c3a8c288c292c3aac2b2c291c3aac2b3 |
UHC | ????²??³ | 00111111001111110011111100111111101010011111011100111111001111111010100111111000 | 3f3f3f3fa9f73f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)