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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 吟??{d | 100010111110000100111111001111110111101101100100 | 8be13f3f7b64 |
EUC-JP | 吟??{d | 101101101110001100111111001111110111101101100100 | b6e33f3f7b64 |
UTF-8 | 吟뽨퉪{d | 1110010110010000100111111110101110111101101010001110110110001001101010100111101101100100 | e5909febbda8ed89aa7b64 |
UHC | 吟뽨퉪{d | 1110101111100001100101101110010010111001100000100111101101100100 | ebe196e4b9827b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)