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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 鴫h鴫 | 111100001100000010001110101100000110100011110000110000001000111010110000 | f0c08eb068f0c08eb0 |
EUC-JP | ?鴫h?鴫 | 00111111101111001011001001101000001111111011110010110010 | 3fbcb2683fbcb2 |
UTF-8 | 鴫h鴫 | 11101110100000011011111111101001101101001010101101101000111011101000000110111111111010011011010010101011 | ee81bfe9b4ab68ee81bfe9b4ab |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)