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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 鵰嫉h鵰 | 11111100010001111000111010111001011010001111110001000111 | fc478eb968fc47 |
EUC-JP | 鵰嫉h鵰 | 100011111110101111111011101111001011101101101000100011111110101111111011 | 8febfbbcbb688febfb |
UTF-8 | 鵰嫉h鵰 | 11101001101101011011000011100101101010111000100101101000111010011011010110110000 | e9b5b0e5ab8968e9b5b0 |
UHC | ?嫉h? | 0011111111110010111011000110100000111111 | 3ff2ec683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)