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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 逡ッ彧野屆^ | 11100111100101011010111111111010101110011001011011101100100110111001110001011110 | e795affab996ec9b9c5e |
EUC-JP | 逡ッ彧野屆^ | 111011011111010110001110101011111000111110111100111111101100110011101110110101011111110001011110 | edf58eaf8fbcfecceed5fc5e |
UTF-8 | 逡ッ彧野屆^ | 11101001100000001010000111101111101111011010111111100101101111011010011111101001100001111000111011100101101100011000011001011110 | e980a1efbdafe5bda7e9878ee5b1865e |
UHC | 逡?彧野屆^ | 11110001111001000011111111101001111011101110010110101111110011001111101001011110 | f1e43fe9eee5afccfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)