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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 由?] | 10010111010100100011111101011101 | 97523f5d |
EUC-JP | 由?] | 11001101101100110011111101011101 | cdb33f5d |
UTF-8 | 由켶] | 11100111100101001011000111101100101111001011011001011101 | e794b1ecbcb65d |
UHC | 由켶] | 1110101110100110101100010110110101011101 | eba6b16d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)