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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?狡? | 00111111111000001100001000111111 | 3fe0c23f |
EUC-JP | 馹狡珷 | 1000111111101001101000011110000011000100100011111100101111111010 | 8fe9a1e0c48fcbfa |
UTF-8 | 馹狡珷 | 111010011010011010111001111001111000101110100001111001111000111110110111 | e9a6b9e78ba1e78fb7 |
UHC | 馹狡珷 | 111011001111000111001110111010101101100111101110 | ecf1ceead9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)