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 | 調〔] | 1001001010110010100000010110101101011101 | 92b2816b5d |
EUC-JP | 調〔] | 1100010010110100101000011100110001011101 | c4b4a1cc5d |
UTF-8 | 調〔] | 11101000101010101011111111100011100000001001010001011101 | e8aabfe380945d |
UHC | 調〔] | 1111000011100000101000011011001001011101 | f0e0a1b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)