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 | 邀??魚? | 11100111101100010011111100111111100010111001101100111111 | e7b13f3f8b9b3f |
EUC-JP | 邀??魚? | 11101110101100110011111100111111101101011111101100111111 | eeb33f3fb5fb3f |
UTF-8 | 邀륁왋魚꿱 | 111010011000001010000000111010111010010110000001111011001001100110001011111010011010110110011010111010101011111110110001 | e98280eba581ec998be9ad9aeabfb1 |
UHC | 邀륁왋魚꿱 | 11101001101011011000111111101100100111101011110011100101111000001011001011101000 | e9ad8fec9ebce5e0b2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)