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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 祭?慮\ | 100011011101010100111111100101111011011001011100 | 8dd53f97b65c |
EUC-JP | 祭泮慮\ | 1011101011010111100011111100011110101000110011101011100001011100 | bad78fc7a8ceb85c |
UTF-8 | 祭泮慮\ | 11100111101001011010110111100110101100111010111011100110100001011010111001011100 | e7a5ade6b3aee685ae5c |
UHC | 祭泮慮\ | 11110000101011101101101011101010110101011110011101011100 | f0aedaead5e75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)