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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鬣秘牽^ | 11101001101001011001010011101001100011001010000101011110 | e9a594e98ca15e |
EUC-JP | 鬣秘牽^ | 11110010101001111100100011101011101110001010001101011110 | f2a7c8ebb8a35e |
UTF-8 | 鬣秘牽^ | 11101001101011001010001111100111101001111001100011100111100010011011110101011110 | e9aca3e7a798e789bd5e |
UHC | ?秘牽^ | 001111111101110111111010110011001011001001011110 | 3fddfaccb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)