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 | 絋削戎鐔 | 1110001101000101100011011110110110001111010111101110100001011100 | e3458ded8f5ee85c |
EUC-JP | 絋削戎鐔 | 1110010110100110101110101110111110111101101111111110111110111101 | e5a6baefbdbfefbd |
UTF-8 | 絋削戎鐔 | 111001111011010110001011111001011000100110001010111001101000100010001110111010011001000010010100 | e7b58be5898ae6888ee99094 |
UHC | ?削戎? | 001111111101111011111011111010111101010000111111 | 3fdefbebd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)