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 | 檍??] | 1001111011111000001111110011111101011101 | 9ef83f3f5d |
EUC-JP | 檍??] | 1101110011111010001111110011111101011101 | dcfa3f3f5d |
UTF-8 | 檍뚦뙇] | 11100110101010101000110111101011100110101010011011101011100110011000011101011101 | e6aa8deb9aa6eb99875d |
UHC | 檍뚦뙇] | 11100101111001011000110011100101100011001000110101011101 | e5e58ce58c8d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)