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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | メ骼カニ鸙 | 1111000010111000110100101110100110001110101101101100011011111100010010101111000011110000 | f0b8d2e98eb6c6fc4af0f0 |
EUC-JP | ?メ骼カニ鸙? | 00111111100011101101001011110001111011101000111010110110100011101100011010001111111011001101011000111111 | 3f8ed2f1ee8eb68ec68fecd63f |
UTF-8 | メ骼カニ鸙 | 111011101000000110110111111011111011111010010010111010011010101010111100111011111011110110110110111011111011111010000110111010011011100010011001111011101000001010101111 | ee81b7efbe92e9aabcefbdb6efbe86e9b899ee82af |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)