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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 谺護ч | 111001101010110010001100111011001000010010001001 | e6ac8cec8489 |
EUC-JP | 谺護ч | 111011001010111010111000111011101010011111101001 | ecaeb8eea7e9 |
UTF-8 | 谺護ч | 1110100010110000101110101110100010101101101101111101000110000111 | e8b0bae8adb7d187 |
UHC | ?護ч | 0011111111111011110111101010110011101001 | 3ffbdeace9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)