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 | セュ竺爾捨 | 1011111010101101100011101011000110001110101000101000111011001100 | bead8eb18ea28ecc |
EUC-JP | セュ竺爾捨 | 10001110101111101000111010101101101111001011001110111100101001001011110011001110 | 8ebe8eadbcb3bca4bcce |
UTF-8 | セュ竺爾捨 | 111011111011110110111110111011111011110110101101111001111010101110111010111001111000100010111110111001101000110110101000 | efbdbeefbdade7abbae788bee68da8 |
UHC | ??竺爾捨 | 0011111100111111111101011110011111101100101100111101111011010111 | 3f3ff5e7ecb3ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)