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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 魑。ム^ | 11101001101100111010000111110001111110001101000101011110 | e9b3a1f1f8d15e |
EUC-JP | 魑。?ム^ | 1111001010110101100011101010000100111111100011101101000101011110 | f2b58ea13f8ed15e |
UTF-8 | 魑。ム^ | 11101001101011011001000111101111101111011010000111101110100001011011001111101111101111101001000101011110 | e9ad91efbda1ee85b3efbe915e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)