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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 鮏ヨ」\ | 11111100010000111101011011110000101100001010001101011100 | fc43d6f0b0a35c |
EUC-JP | 鮏ヨ?」\ | 100011111110101011011011100011101101011000111111100011101010001101011100 | 8feadb8ed63f8ea35c |
UTF-8 | 鮏ヨ」\ | 11101001101011101000111111101111101111101001011011101110100000011010111111101111101111011010001101011100 | e9ae8fefbe96ee81afefbda35c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)