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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鏃?町?迪 | 1110100001010110001111111001001010101100001111111110011110001100 | e8563f92ac3fe78c |
EUC-JP | 鏃?町?迪 | 1110111110110111001111111100010010101110001111111110110111101100 | efb73fc4ae3fedec |
UTF-8 | 鏃렦町렑迪 | 111010011000111110000011111010111010000010100110111001111001010010111010111010111010000010010001111010001011111110101010 | e98f83eba0a6e794baeba091e8bfaa |
UHC | 鏃렦町렑迪 | 11110000111011001000111010110101111011111110101110001110101001101110111011101000 | f0ec8eb5efeb8ea6eee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)