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 | ±Ì± | 101100011100110010110001 | b1ccb1 |
SJIS-WIN | ±?± | 1000000101111101001111111000000101111101 | 817d3f817d |
EUC-JP | ±Ì± | 10100001110111101000111110101010110000001010000111011110 | a1de8faac0a1de |
UTF-8 | ±Ì± | 110000101011000111000011100011001100001010110001 | c2b1c38cc2b1 |
UHC | ±?± | 1010000110111110001111111010000110111110 | a1be3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)