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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 霑ェ闍謎コィB | 11101000101111111010101011101000100010111001001111100100101110101010100001000010 | e8bfaae88b93e4baa842 |
EUC-JP | 霑ェ闍謎コィB | 11110000110000011000111010101010111011111110101111000110111001101000111010111010100011101010100001000010 | f0c18eaaefebc6e68eba8ea842 |
UTF-8 | 霑ェ闍謎コィB | 11101001100111001001000111101111101111011010101011101001100101111000110111101000101011001000111011101111101111011011101011101111101111011010100001000010 | e99c91efbdaae9978de8ac8eefbdbaefbda842 |
UHC | 霑??謎??B | 111011111100010100111111001111111101101010111010001111110011111101000010 | efc53f3fdaba3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)