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 | ???鍮?キ | 0011111100111111001111111110100001001010001111111000001101001100 | 3f3f3fe84a3f834c |
EUC-JP | ???鍮?キ | 0011111100111111001111111110111110101011001111111010010110101101 | 3f3f3fefab3fa5ad |
UTF-8 | 略노쵐鍮섋キ | 111011111010010110110110111010111000010110111000111011001011010110010000111010011000110110101110111011001000010010001011111000111000001010101101 | efa5b6eb85b8ecb590e98daeec848be382ad |
UHC | 略노쵐鍮섋キ | 111001011011001010110011111010111010110010010010111010111011100110011000111010001010101110101101 | e5b2b3ebac92ebb998e8abad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)