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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 邨守イ玖淹B | 11100111101101011000111011100111101100101000101111101000100111111011100101000010 | e7b58ee7b28be89fb942 |
EUC-JP | 邨守イ玖淹B | 1110111010110111101111001110100110001110101100101011011011101010110111101011101101000010 | eeb7bce98eb2b6eadebb42 |
UTF-8 | 邨守イ玖淹B | 11101001100000101010100011100101101011101000100011101111101111011011001011100111100011101001011011100110101101111011100101000010 | e982a8e5ae88efbdb2e78e96e6b7b942 |
UHC | 邨守?玖淹B | 11110101101111101110000111111010001111111100111110111000111001011111010001000010 | f5bee1fa3fcfb8e5f442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)