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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 祭?慮] | 100011011101010100111111100101111011011001011101 | 8dd53f97b65d |
EUC-JP | 祭泮慮] | 1011101011010111100011111100011110101000110011101011100001011101 | bad78fc7a8ceb85d |
UTF-8 | 祭泮慮] | 11100111101001011010110111100110101100111010111011100110100001011010111001011101 | e7a5ade6b3aee685ae5d |
UHC | 祭泮慮] | 11110000101011101101101011101010110101011110011101011101 | f0aedaead5e75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)