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{^ | 1001010001000100001111110110101101111101100101000100010000111111011010110111101101011110 | 94443f6b7d94443f6b7b5e |
EUC-JP | 妊?k}妊?k{^ | 1100011110100101001111110110101101111101110001111010010100111111011010110111101101011110 | c7a53f6b7dc7a53f6b7b5e |
UTF-8 | 妊렑k}妊렑k{^ | 1110010110100110100010101110101110100000100100010110101101111101111001011010011010001010111010111010000010010001011010110111101101011110 | e5a68aeba0916b7de5a68aeba0916b7b5e |
UHC | 妊렑k}妊렑k{^ | 11101100111101001000111010100110011010110111110111101100111101001000111010100110011010110111101101011110 | ecf48ea66b7decf48ea66b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)