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 | åóìê½ | 1110010111110011100101101110110010011110100011111110101010111101 | e5f396ec9e8feabd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åó?ì??ê? | 10001111101010111010100110001111101010111101000100111111100011111010101111000000001111110011111110001111101010111011010000111111 | 8faba98fabd13f8fabc03f3f8fabb43f |
UTF-8 | åóìê½ | 11000011101001011100001110110011110000101001011011000011101011001100001010011110110000101000111111000011101010101100001010111101 | c3a5c3b3c296c3acc29ec28fc3aac2bd |
UHC | ???????½ | 001111110011111100111111001111110011111100111111001111111010100011110110 | 3f3f3f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)