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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 昊?[}昊?[{^ | 1001110111011101001111110101101101111101100111011101110100111111010110110111101101011110 | 9ddd3f5b7d9ddd3f5b7b5e |
EUC-JP | 昊?[}昊?[{^ | 1101101011011111001111110101101101111101110110101101111100111111010110110111101101011110 | dadf3f5b7ddadf3f5b7b5e |
UTF-8 | 昊렫[}昊렫[{^ | 1110011010011000100010101110101110100000101010110101101101111101111001101001100010001010111010111010000010101011010110110111101101011110 | e6988aeba0ab5b7de6988aeba0ab5b7b5e |
UHC | 昊렫[}昊렫[{^ | 11111011110001001000111010111001010110110111110111111011110001001000111010111001010110110111101101011110 | fbc48eb95b7dfbc48eb95b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)