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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艇??沚 | 100100101111100000111111001111111001111110001101 | 92f83f3f9f8d |
EUC-JP | 艇??沚 | 110001001111101000111111001111111101110111101101 | c4fa3f3fdded |
UTF-8 | 艇縷짊沚 | 111010001000100110000111111011111010010110010000111011001010011110001010111001101011001010011010 | e88987efa590eca78ae6b29a |
UHC | 艇縷짊沚 | 1110111111110011110100101110101011000001111110111111001010101111 | eff3d2eac1fbf2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)