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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銹危号 | 111001111111011010001010111010111000110110000110 | e7f68aeb8d86 |
EUC-JP | 銹危号 | 111011101111100010110100111011011011100111100110 | eef8b4edb9e6 |
UTF-8 | 銹危号 | 111010011000101010111001111001011000110110110001111001011000111110110111 | e98ab9e58db1e58fb7 |
UHC | 銹危? | 1110001011001000111010101100101100111111 | e2c8eacb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)