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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 鐘ルスュ\ | 100011111110000011011001101111011010110101011100 | 8fe0d9bdad5c |
EUC-JP | 鐘ルスュ\ | 101111101110001010001110110110011000111010111101100011101010110101011100 | bee28ed98ebd8ead5c |
UTF-8 | 鐘ルスュ\ | 11101001100100001001100011101111101111101001100111101111101111011011110111101111101111011010110101011100 | e99098efbe99efbdbdefbdad5c |
UHC | 鐘???\ | 111100011010010000111111001111110011111101011100 | f1a43f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)