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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 穩ル?毅?? | 111000100111001010000011100010110011111110001011010000100011111100111111 | e272838b3f8b423f3f |
EUC-JP | 穩ル?毅?? | 111000111101001110100101111010110011111110110101101000110011111100111111 | e3d3a5eb3fb5a33f3f |
UTF-8 | 穩ル뿭毅뺧ℓ | 111001111010100110101001111000111000001110101011111010111011111110101101111001101010111110000101111010111011101010100111111000101000010010010011 | e7a9a9e383abebbfade6af85ebbaa7e28493 |
UHC | 穩ル뿭毅뺧ℓ | 111010001011000110101011111010111001011110101101111010111111011010010101111011111010011110100100 | e8b1abeb97adebf695efa7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)