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 | Û¡ß· | 11011011101000011101111110110111 | dba1dfb7 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Û¡ß? | 10001111101010101110010110001111101000101100001010001111101010011100111000111111 | 8faae58fa2c28fa9ce3f |
UTF-8 | Û¡ß· | 1100001110011011110000101010000111000011100111111100001010110111 | c39bc2a1c39fc2b7 |
UHC | ?¡ß· | 00111111101000101010111010101001101011001010000110100100 | 3fa2aea9aca1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)