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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????魚 | 001111110011111100111111001111111000101110011011 | 3f3f3f3f8b9b |
EUC-JP | 嫄???魚 | 1000111110111010101000010011111100111111001111111011010111111011 | 8fbaa13f3f3fb5fb |
UTF-8 | 嫄렎롈렯魚 | 111001011010101110000100111010111010000010001110111010111010000110001000111010111010000010101111111010011010110110011010 | e5ab84eba08eeba188eba0afe9ad9a |
UHC | 嫄렎롈렯魚 | 11101010101100011000111010100100100011101100111010001110101111001110010111100000 | eab18ea48ece8ebce5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)