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 | 讌秘妛^ | 11100110101001011001010011101001100110111010101001011110 | e6a594e99baa5e |
EUC-JP | 讌秘妛^ | 11101100101001111100100011101011110101101010110001011110 | eca7c8ebd6ac5e |
UTF-8 | 讌秘妛^ | 11101000101011101000110011100111101001111001100011100101101001101001101101011110 | e8ae8ce7a798e5a69b5e |
UHC | ?秘?^ | 0011111111011101111110100011111101011110 | 3fddfa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)