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 | ûRÈûß | 1111101101010010110010001111101111011111 | fb52c8fbdf |
SJIS-WIN | ?R??? | 0011111101010010001111110011111100111111 | 3f523f3f3f |
EUC-JP | ûRÈûß | 10001111101010111110010101010010100011111010101010110010100011111010101111100101100011111010100111001110 | 8fabe5528faab28fabe58fa9ce |
UTF-8 | ûRÈûß | 110000111011101101010010110000111000100011000011101110111100001110011111 | c3bb52c388c3bbc39f |
UHC | ?R??ß | 001111110101001000111111001111111010100110101100 | 3f523f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)