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 | ú±ÛÛh | 1111101010110001110110111101101101101000 | fab1dbdb68 |
SJIS-WIN | ?±??h | 001111111000000101111101001111110011111101101000 | 3f817d3f3f68 |
EUC-JP | ú±ÛÛh | 100011111010101111100010101000011101111010001111101010101110010110001111101010101110010101101000 | 8fabe2a1de8faae58faae568 |
UTF-8 | ú±ÛÛh | 110000111011101011000010101100011100001110011011110000111001101101101000 | c3bac2b1c39bc39b68 |
UHC | ?±??h | 001111111010000110111110001111110011111101101000 | 3fa1be3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)