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 | æóÑ»½ | 1110011011110011100011111101000110001100101110111000100110111101 | e6f38fd18cbb89bd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æó?Ñ???? | 1000111110101001110000011000111110101011110100010011111110001111101010101101000000111111001111110011111100111111 | 8fa9c18fabd13f8faad03f3f3f3f |
UTF-8 | æóÑ»½ | 11000011101001101100001110110011110000101000111111000011100100011100001010001100110000101011101111000010100010011100001010111101 | c3a6c3b3c28fc391c28cc2bbc289c2bd |
UHC | æ??????½ | 10101001101000010011111100111111001111110011111100111111001111111010100011110110 | a9a13f3f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)