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 | 豈ャ驤疲ッ | 1110011010101111101011001110100110001000100101001110011010101111 | e6aface98894e6af |
EUC-JP | 豈ャ驤疲ッ | 11101100101100011000111010101100111100011110100011001000111010001000111010101111 | ecb18eacf1e8c8e88eaf |
UTF-8 | 豈ャ驤疲ッ | 111010001011000110001000111011111011110110101100111010011010100110100100111001111001011010110010111011111011110110101111 | e8b188efbdace9a9a4e796b2efbdaf |
UHC | 豈??疲? | 11010001110000100011111100111111111110011010101000111111 | d1c23f3ff9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)