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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????氾 | 001111110011111100111111001111111001010011000011 | 3f3f3f3f94c3 |
EUC-JP | ????氾 | 001111110011111100111111001111111100100011000101 | 3f3f3f3fc8c5 |
UTF-8 | 裏흡렖계氾 | 111011111010011110100111111011011001110110100001111010111010000010010110111010101011001110000100111001101011000010111110 | efa7a7ed9da1eba096eab384e6b0be |
UHC | 裏흡렖계氾 | 11101100110000001100100011101101100011101010101110110000111010001101101111110000 | ecc0c8ed8eabb0e8dbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)