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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 賭}賭{^ | 10010011011100010111110110010011011100010111101101011110 | 93717d93717b5e |
EUC-JP | 賭}賭{^ | 11000101110100100111110111000101110100100111101101011110 | c5d27dc5d27b5e |
UTF-8 | 賭}賭{^ | 111010001011001110101101011111011110100010110011101011010111101101011110 | e8b3ad7de8b3ad7b5e |
UHC | 賭}賭{^ | 11010100101011100111110111010100101011100111101101011110 | d4ae7dd4ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)