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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 也や?言?E | 100101101110011110000010111000100011111110001100101111100011111101000101 | 96e782e23f8cbe3f45 |
EUC-JP | 也や?言?E | 110011001110100110100100111001000011111110111000110000000011111101000101 | cce9a4e43fb8c03f45 |
UTF-8 | 也や퍟言뎧E | 11100100101110011001111111100011100000101000010011101101100011011001111111101000101010001000000011101011100011101010011101000101 | e4b99fe38284ed8d9fe8a880eb8ea745 |
UHC | 也や퍟言뎧E | 1110010110100101101010101110010010111011100101101110010111101011100010010111011001000101 | e5a5aae4bb96e5eb897645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)