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 | 鳧湫躙 | 111010011110100010011111110101011110011101010111 | e9e89fd5e757 |
EUC-JP | 鳧湫躙 | 111100101110101011011110110101111110110110111000 | f2eaded7edb8 |
UTF-8 | 鳧湫躙 | 111010011011001110100111111001101011100110101011111010001011101010011001 | e9b3a7e6b9abe8ba99 |
UHC | 鳧湫? | 1101110111000000111101011101001100111111 | ddc0f5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)