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 | âß° | 111000101101111110000011100010111000010010110000 | e2df838b84b0 |
SJIS-WIN | ?????° | 00111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f818b |
EUC-JP | âß???° | 1000111110101011101001001000111110101001110011100011111100111111001111111010000111101011 | 8faba48fa9ce3f3f3fa1eb |
UTF-8 | âß° | 110000111010001011000011100111111100001010000011110000101000101111000010100001001100001010110000 | c3a2c39fc283c28bc284c2b0 |
UHC | ?ß???° | 0011111110101001101011000011111100111111001111111010000111000110 | 3fa9ac3f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)