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 | 樟ξ? | 1000111110111110100000111100110000111111 | 8fbe83cc3f |
EUC-JP | 樟ξ? | 1011111011000000101001101100111000111111 | bec0a6ce3f |
UTF-8 | 樟ξ뿃 | 1110011010101000100111111100111010111110111010111011111110000011 | e6a89fcebeebbf83 |
UHC | 樟ξ뿃 | 111011011110100110100101111011101001011110001011 | ede9a5ee978b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)