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 | ©Á¢÷û[BF | 100011111010100111000001101000101111011111111011010110110100001001000110 | 8fa9c1a2f7fb5b4246 |
SJIS-WIN | ???¢÷?[BF | 0011111100111111001111111000000110010001100000011000000000111111010110110100001001000110 | 3f3f3f819181803f5b4246 |
EUC-JP | ?©Á¢÷û[BF | 0011111110001111101000101110110110001111101010101010000110100001111100011010000111100000100011111010101111100101010110110100001001000110 | 3f8fa2ed8faaa1a1f1a1e08fabe55b4246 |
UTF-8 | ©Á¢÷û[BF | 110000101000111111000010101010011100001110000001110000101010001011000011101101111100001110111011010110110100001001000110 | c28fc2a9c381c2a2c3b7c3bb5b4246 |
UHC | ????÷?[BF | 00111111001111110011111100111111101000011100000000111111010110110100001001000110 | 3f3f3f3fa1c03f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)