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 | 魴曁霜^ | 11101001101101011001110111111000100100011001101001011110 | e9b59df8919a5e |
EUC-JP | 魴曁霜^ | 11110010101101111101101011111010110000011111101001011110 | f2b7dafac1fa5e |
UTF-8 | 魴曁霜^ | 11101001101011011011010011100110100110111000000111101001100111001001110001011110 | e9adb4e69b81e99c9c5e |
UHC | ??霜^ | 0011111100111111110111111101110001011110 | 3f3fdfdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)