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 | 臟ξ? | 1110010001100110100000111100110000111111 | e46683cc3f |
EUC-JP | 臟ξ? | 1110011111000111101001101100111000111111 | e7c7a6ce3f |
UTF-8 | 臟ξ뀋 | 1110100010000111100111111100111010111110111010111000000010001011 | e8879fcebeeb808b |
UHC | 臟ξ뀋 | 111011011111010010100101111011101000010110000111 | edf4a5ee8587 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)