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 | 楮?∋ | 1001111010111000001111111000000110111001 | 9eb83f81b9 |
EUC-JP | 楮?∋ | 1101110010111010001111111010001010111011 | dcba3fa2bb |
UTF-8 | 楮몃∋ | 111001101010010110101110111010111010101010000011111000101000100010001011 | e6a5aeebaa83e2888b |
UHC | 楮몃∋ | 111011101011111110111000111010111010000111110101 | eebfb8eba1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)