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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | ???畏? | 001111110011111100111111100010001101100000111111 | 3f3f3f88d83f |
EUC-JP | ?®?畏? | 0011111110001111101000101110111000111111101100001101101000111111 | 3f8fa2ee3fb0da3f |
UTF-8 | 降®즯畏녻 | 1110111110101000100010011100001010101110111011001010011010101111111001111001010110001111111010111000010110111011 | efa889c2aeeca6afe7958feb85bb |
UHC | 降®즯畏녻 | 11111010101000101010001011100111101000111000000111101000111001101000011011101000 | faa2a2e7a381e8e686e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)