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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 害?k}害?k{^ | 1000101001010001001111110110101101111101100010100101000100111111011010110111101101011110 | 8a513f6b7d8a513f6b7b5e |
EUC-JP | 害?k}害?k{^ | 1011001110110010001111110110101101111101101100111011001000111111011010110111101101011110 | b3b23f6b7db3b23f6b7b5e |
UTF-8 | 害렓k}害렓k{^ | 1110010110101110101100111110101110100000100100110110101101111101111001011010111010110011111010111010000010010011011010110111101101011110 | e5aeb3eba0936b7de5aeb3eba0936b7b5e |
UHC | 害렓k}害렓k{^ | 11111010101010101000111010101000011010110111110111111010101010101000111010101000011010110111101101011110 | faaa8ea86b7dfaaa8ea86b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)