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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逡ッ彧倆 | 11100111100101011010111111111010101110011001100011101101 | e795affab998ed |
EUC-JP | 逡ッ彧倆 | 111011011111010110001110101011111000111110111100111111101101000011101111 | edf58eaf8fbcfed0ef |
UTF-8 | 逡ッ彧倆 | 111010011000000010100001111011111011110110101111111001011011110110100111111001011000000010000110 | e980a1efbdafe5bda7e58086 |
UHC | 逡?彧倆 | 11110001111001000011111111101001111011101101010111010110 | f1e43fe9eed5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)