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 | ¼½¼Þx | 1011110010111101101111001101111001111000 | bcbdbcde78 |
SJIS-WIN | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
EUC-JP | ???Þx | 00111111001111110011111110001111101010011011000001111000 | 3f3f3f8fa9b078 |
UTF-8 | ¼½¼Þx | 110000101011110011000010101111011100001010111100110000111001111001111000 | c2bcc2bdc2bcc39e78 |
UHC | ¼½¼Þx | 101010001111100110101000111101101010100011111001101010001010110101111000 | a8f9a8f6a8f9a8ad78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)