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 | ゜<゜<^ | 100000010100101110000001100000111000000101001011100000011000001101011110 | 814b8183814b81835e |
EUC-JP | ゜<゜<^ | 101000011010110010100001111000111010000110101100101000011110001101011110 | a1aca1e3a1aca1e35e |
UTF-8 | ゜<゜<^ | 11100011100000101001110011101111101111001001110011100011100000101001110011101111101111001001110001011110 | e3829cefbc9ce3829cefbc9c5e |
UHC | ?<?<^ | 00111111101000111011110000111111101000111011110001011110 | 3fa3bc3fa3bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)