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 | 邯懦失邏 | 1110011110110110100111001110110110001110101110001110011110110100 | e7b69ced8eb8e7b4 |
EUC-JP | 邯懦失邏 | 1110111010111000110110001110111110111100101110101110111010110110 | eeb8d8efbcbaeeb6 |
UTF-8 | 邯懦失邏 | 111010011000001010101111111001101000011110100110111001011010010010110001111010011000001010001111 | e982afe687a6e5a4b1e9828f |
UHC | 邯懦失邏 | 1100101011111011110100011101011111100011111101111101010110100100 | cafbd1d7e3f7d5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)