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 | 穩ル뿭毅볠돈 | 111001111010100110101001111000111000001110101011111010111011111110101101111001101010111110000101111010111011001110100000111010111000111110001000 | e7a9a9e383abebbfade6af85ebb3a0eb8f88 |
UHC | 穩ル뿭毅볠돈 | 111010001011000110101011111010111001011110101101111010111111011010010011111001101011010110110111 | e8b1abeb97adebf693e6b5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)