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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 壤レ?] | 100110101101111110000011100011000011111101011101 | 9adf838c3f5d |
EUC-JP | 壤レ?] | 110101001110000110100101111011000011111101011101 | d4e1a5ec3f5d |
UTF-8 | 壤レ꽑] | 11100101101000111010010011100011100000111010110011101010101111011001000101011101 | e5a3a4e383aceabd915d |
UHC | 壤レ꽑] | 11100101101111011010101111101100100001001010000001011101 | e5bdabec84a05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)