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 | êïêµê² | 1110101011101111100101011110101010110101100111101110101010110010 | eaef95eab59eeab2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | êï?ê??ê? | 10001111101010111011010010001111101010111100000100111111100011111010101110110100001111110011111110001111101010111011010000111111 | 8fabb48fabc13f8fabb43f3f8fabb43f |
UTF-8 | êïêµê² | 11000011101010101100001110101111110000101001010111000011101010101100001010110101110000101001111011000011101010101100001010110010 | c3aac3afc295c3aac2b5c29ec3aac2b2 |
UHC | ???????² | 001111110011111100111111001111110011111100111111001111111010100111110111 | 3f3f3f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)