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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 驍帯旗莓B | 111010011000001010010001110100011000101011111000111001001001011001000010 | e98291d18af8e49642 |
EUC-JP | 驍帯旗莓B | 111100011110001011000010110100111011010011111010111001111111011001000010 | f1e2c2d3b4fae7f642 |
UTF-8 | 驍帯旗莓B | 11101001101010011000110111100101101110001010111111100110100101111001011111101000100011101001001101000010 | e9a98de5b8afe69797e88e9342 |
UHC | 驍?旗?B | 11111101101001000011111111010000111111010011111101000010 | fda43fd0fd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)