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 | 肆怨け藏 | 1110001111100110100010011000010110000010101011111110010101010101 | e3e6898582afe555 |
EUC-JP | 肆怨け藏 | 1110011011101000101100011110010110100100101100011110100110110110 | e6e8b1e5a4b1e9b6 |
UTF-8 | 肆怨け藏 | 111010001000001010000110111001101000000010101000111000111000000110010001111010001001011110001111 | e88286e680a8e38191e8978f |
UHC | 肆怨け藏 | 1101111011101011111010101011001110101010101100011110110111111010 | deebeab3aab1edfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)