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 | 域?┤? | 100010001110011000111111100001001010011100111111 | 88e63f84a73f |
EUC-JP | 域?┤沅 | 1011000011101000001111111010100010101001100011111100011011101001 | b0e83fa8a98fc6e9 |
UTF-8 | 域듬┤沅 | 111001011001111110011111111010111001001110101100111000101001010010100100111001101011001010000101 | e59f9feb93ace294a4e6b285 |
UHC | 域듬┤沅 | 1110011010110100101101011110101110100110101010011110101010110110 | e6b4b5eba6a9eab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)