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 | 鬘狗洸 | 111010011010000110001011111001111001111110101001 | e9a18be79fa9 |
EUC-JP | 鬘狗洸 | 111100101010001110110110111010011101111010101011 | f2a3b6e9deab |
UTF-8 | 鬘狗洸 | 111010011010110010011000111001111000101110010111111001101011010010111000 | e9ac98e78b97e6b4b8 |
UHC | ?狗洸 | 0011111111001111101101111100111011001000 | 3fcfb7cec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)