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 | Ãû³Û | 1000111111000011111110111011001111011011 | 8fc3fbb3db |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Ãû?Û | 0011111110001111101010101010101010001111101010111110010100111111100011111010101011100101 | 3f8faaaa8fabe53f8faae5 |
UTF-8 | Ãû³Û | 11000010100011111100001110000011110000111011101111000010101100111100001110011011 | c28fc383c3bbc2b3c39b |
UHC | ???³? | 001111110011111100111111101010011111100000111111 | 3f3f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)