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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 逡ッ彧匁アカ^ | 11100111100101011010111111111010101110011001011011100110101100011011011001011110 | e795affab996e6b1b65e |
EUC-JP | 逡ッ彧匁アカ^ | 1110110111110101100011101010111110001111101111001111111011001100111010001000111010110001100011101011011001011110 | edf58eaf8fbcfecce88eb18eb65e |
UTF-8 | 逡ッ彧匁アカ^ | 11101001100000001010000111101111101111011010111111100101101111011010011111100101100011001000000111101111101111011011000111101111101111011011011001011110 | e980a1efbdafe5bda7e58c81efbdb1efbdb65e |
UHC | 逡?彧???^ | 111100011110010000111111111010011110111000111111001111110011111101011110 | f1e43fe9ee3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)