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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 鶯??爰?\ | 1110100111110010001111110011111111100000101001110011111101011100 | e9f23f3fe0a73f5c |
EUC-JP | 鶯??爰?\ | 1111001011110100001111110011111111100000101010010011111101011100 | f2f43f3fe0a93f5c |
UTF-8 | 鶯ㅼ렲爰멛\ | 11101001101101101010111111100011100001011011110011101011101000001011001011100111100010001011000011101011101010011001101101011100 | e9b6afe385bceba0b2e788b0eba99b5c |
UHC | 鶯ㅼ렲爰멛\ | 1110010110100011101001001110110010001110101111111110101010111010100100010100110001011100 | e5a3a4ec8ebfeaba914c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)