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 | äºè\ | 1110010010011001100011011000011110000010101110101110100001011100 | e4998d8782bae85c |
SJIS-WIN | ???????\ | 0011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f5c |
EUC-JP | ä????ºè\ | 1000111110101011101000110011111100111111001111110011111110001111101000101110101110001111101010111011001001011100 | 8faba33f3f3f3f8fa2eb8fabb25c |
UTF-8 | äºè\ | 110000111010010011000010100110011100001010001101110000101000011111000010100000101100001010111010110000111010100001011100 | c3a4c299c28dc287c282c2bac3a85c |
UHC | ?????º?\ | 001111110011111100111111001111110011111110101000101011000011111101011100 | 3f3f3f3f3fa8ac3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)