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 | ûU³ÞûU³Ü^ | 111110110101010110110011110111101111101101010101101100111101110001011110 | fb55b3defb55b3dc5e |
SJIS-WIN | ?U???U??^ | 001111110101010100111111001111110011111101010101001111110011111101011110 | 3f553f3f3f553f3f5e |
EUC-JP | ûU?ÞûU?Ü^ | 1000111110101011111001010101010100111111100011111010100110110000100011111010101111100101010101010011111110001111101010101110010001011110 | 8fabe5553f8fa9b08fabe5553f8faae45e |
UTF-8 | ûU³ÞûU³Ü^ | 110000111011101101010101110000101011001111000011100111101100001110111011010101011100001010110011110000111001110001011110 | c3bb55c2b3c39ec3bb55c2b3c39c5e |
UHC | ?U³Þ?U³?^ | 001111110101010110101001111110001010100010101101001111110101010110101001111110000011111101011110 | 3f55a9f8a8ad3f55a9f83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)