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 | ò°äÛ¼ | 111100101011000010001111111001001101101110111100 | f2b08fe4dbbc |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | ò°?äÛ? | 10001111101010111101001010100001111010110011111110001111101010111010001110001111101010101110010100111111 | 8fabd2a1eb3f8faba38faae53f |
UTF-8 | ò°äÛ¼ | 110000111011001011000010101100001100001010001111110000111010010011000011100110111100001010111100 | c3b2c2b0c28fc3a4c39bc2bc |
UHC | ?°???¼ | 0011111110100001110001100011111100111111001111111010100011111001 | 3fa1c63f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)