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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | ?蛾v | 00111111100010011110100101110110 | 3f89e976 |
EUC-JP | ?蛾v | 00111111101100101110101101110110 | 3fb2eb76 |
UTF-8 | 똬蛾v | 11101011100110001010110011101000100110111011111001110110 | eb98ace89bbe76 |
UHC | 똬蛾v | 1011011011001100111001001011011001110110 | b6cce4b676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)