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 | ?谿謐 | 0011111111100110101011101110011010001101 | 3fe6aee68d |
EUC-JP | 鉘谿謐 | 10001111111000111110001011101100101100001110101111101101 | 8fe3e2ecb0ebed |
UTF-8 | 鉘谿謐 | 111010011000100110011000111010001011000010111111111010001010110010010000 | e98998e8b0bfe8ac90 |
UHC | ?谿謐 | 0011111111001101101011001101101011001101 | 3fcdacdacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)