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 | ??W??z | 001111110011111101010111001111110011111101111010 | 3f3f573f3f7a |
SJIS-WIN | 驩・W驩・z | 1110100110001001101001010101011111101001100010011010010101111010 | e989a557e989a57a |
EUC-JP | 驩・W驩・z | 11110001111010011000111010100101010101111111000111101001100011101010010101111010 | f1e98ea557f1e98ea57a |
UTF-8 | 驩・W驩・z | 1110100110101001101010011110111110111101101001010101011111101001101010011010100111101111101111011010010101111010 | e9a9a9efbda557e9a9a9efbda57a |
UHC | 驩?W驩?z | 1111110010111110001111110101011111111100101111100011111101111010 | fcbe3f57fcbe3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)