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 | û£µc^ | 1111101110100011101101010110001101011110 | fba3b5635e |
SJIS-WIN | ?£?c^ | 001111111000000110010010001111110110001101011110 | 3f81923f635e |
EUC-JP | û£?c^ | 1000111110101011111001011010000111110010001111110110001101011110 | 8fabe5a1f23f635e |
UTF-8 | û£µc^ | 1100001110111011110000101010001111000010101101010110001101011110 | c3bbc2a3c2b5635e |
UHC | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)