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 | 銹ろ摧 | 111001111111011010000010111010111001110110010100 | e7f682eb9d94 |
EUC-JP | 銹ろ摧 | 111011101111100010100100111011011101100111110100 | eef8a4edd9f4 |
UTF-8 | 銹ろ摧 | 111010011000101010111001111000111000001010001101111001101001000110100111 | e98ab9e3828de691a7 |
UHC | 銹ろ? | 1110001011001000101010101110110100111111 | e2c8aaed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)