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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 循i?姚 | 10001111011110101000001010001001001111111001101101001100 | 8f7a82893f9b4c |
EUC-JP | 循i?姚 | 10111101110110111010001111101001001111111101010110101101 | bddba3e93fd5ad |
UTF-8 | 循i낡姚 | 111001011011111010101010111011111011110110001001111010111000001010100001111001011010011110011010 | e5beaaefbd89eb82a1e5a79a |
UHC | 循i낡姚 | 1110001011100000101000111110100110110011101100001110100011101110 | e2e0a3e9b3b0e8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)