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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鵰鵰 | 1111110001000111111100101100101111110100111010111111110001000111 | fc47f2cbf4ebfc47 |
EUC-JP | 鵰??鵰 | 1000111111101011111110110011111100111111100011111110101111111011 | 8febfb3f3f8febfb |
UTF-8 | 鵰鵰 | 111010011011010110110000111011101000100010000010111011101000111010011010111010011011010110110000 | e9b5b0ee8882ee8e9ae9b5b0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)