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 | õºûß̳ | 111101011011101011111011110111111100110010110011 | f5bafbdfccb3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | õºûßÌ? | 10001111101010111101100010001111101000101110101110001111101010111110010110001111101010011100111010001111101010101100000000111111 | 8fabd88fa2eb8fabe58fa9ce8faac03f |
UTF-8 | õºûß̳ | 110000111011010111000010101110101100001110111011110000111001111111000011100011001100001010110011 | c3b5c2bac3bbc39fc38cc2b3 |
UHC | ?º?ß?³ | 001111111010100010101100001111111010100110101100001111111010100111111000 | 3fa8ac3fa9ac3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)