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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 玉凡玉本^ | 100010111100101010010110011111011000101111001010100101100111101101011110 | 8bca967d8bca967b5e |
EUC-JP | 玉凡玉本^ | 101101101100110011001011110111101011011011001100110010111101110001011110 | b6cccbdeb6cccbdc5e |
UTF-8 | 玉凡玉本^ | 11100111100011101000100111100101100001111010000111100111100011101000100111100110100111001010110001011110 | e78e89e587a1e78e89e69cac5e |
UHC | 玉凡玉本^ | 111010001010110011011011111011011110100010101100110111001110001001011110 | e8acdbede8acdce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)