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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 躍\}躍\{^ | 100101101111010001011100011111011001011011110100010111000111101101011110 | 96f45c7d96f45c7b5e |
EUC-JP | 躍\}躍\{^ | 110011001111011001011100011111011100110011110110010111000111101101011110 | ccf65c7dccf65c7b5e |
UTF-8 | 躍\}躍\{^ | 1110100010111010100011010101110001111101111010001011101010001101010111000111101101011110 | e8ba8d5c7de8ba8d5c7b5e |
UHC | 躍\}躍\{^ | 111001011011100001011100011111011110010110111000010111000111101101011110 | e5b85c7de5b85c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)