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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 肆怨け^ | 11100011111001101000100110000101100000101010111101011110 | e3e6898582af5e |
EUC-JP | 肆怨け^ | 11100110111010001011000111100101101001001011000101011110 | e6e8b1e5a4b15e |
UTF-8 | 肆怨け^ | 11101000100000101000011011100110100000001010100011100011100000011001000101011110 | e88286e680a8e381915e |
UHC | 肆怨け^ | 11011110111010111110101010110011101010101011000101011110 | deebeab3aab15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)