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 | 財??魚? | 10001101111000000011111100111111100010111001101100111111 | 8de03f3f8b9b3f |
EUC-JP | 財??魚? | 10111010111000100011111100111111101101011111101100111111 | bae23f3fb5fb3f |
UTF-8 | 財먁렮魚엔 | 111010001011001010100001111010111010100010000001111010111010000010101110111010011010110110011010111011001001011110010100 | e8b2a1eba881eba0aee9ad9aec9794 |
UHC | 財먁렮魚엔 | 11101110101011111011100011010000100011101011101111100101111000001011111110100011 | eeafb8d08ebbe5e0bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)