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 | 爭拒爭居^ | 111000001010010110001011100100011110000010100101100010111000111101011110 | e0a58b91e0a58b8f5e |
EUC-JP | 爭拒爭居^ | 111000001010011110110101111100011110000010100111101101011110111101011110 | e0a7b5f1e0a7b5ef5e |
UTF-8 | 爭拒爭居^ | 11100111100010001010110111100110100010111001001011100111100010001010110111100101101100011000010101011110 | e788ade68b92e788ade5b1855e |
UHC | 爭拒爭居^ | 111011101011001111001011110111101110111010110011110010111101110001011110 | eeb3cbdeeeb3cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)