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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豼滔ク罷矛 | 111001101011111110011111111010111011100010010100111010111001011010110101 | e6bf9febb894eb96b5 |
EUC-JP | 豼滔ク罷矛 | 11101100110000011101111011101101100011101011100011001000111011011100110010110111 | ecc1deed8eb8c8edccb7 |
UTF-8 | 豼滔ク罷矛 | 111010001011000110111100111001101011101110010100111011111011110110111000111001111011110110110111111001111001111110011011 | e8b1bce6bb94efbdb8e7bdb7e79f9b |
UHC | ?滔?罷矛 | 0011111111010100101001010011111111110111111100111101100111000011 | 3fd4a53ff7f3d9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)