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 | 鴫酌捨 | 100011101011000010001110110111101000111011001100 | 8eb08ede8ecc |
EUC-JP | 鴫酌捨 | 101111001011001010111100111000001011110011001110 | bcb2bce0bcce |
UTF-8 | 鴫酌捨 | 111010011011010010101011111010011000010110001100111001101000110110101000 | e9b4abe9858ce68da8 |
UHC | ?酌捨 | 0011111111101101110011001101111011010111 | 3fedccded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)