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 | 1000111011011100100011101101101010001110110111111000111011001000111001101010100101000010 | 8edc8eda8edf8ec8e6a942 |
EUC-JP | 灼尺釈縞讖B | 1011110011011110101111001101110010111100111000011011110011001010111011001010101101000010 | bcdebcdcbce1bccaecab42 |
UTF-8 | 灼尺釈縞讖B | 11100111100000011011110011100101101100001011101011101001100001111000100011100111101110001001111011101000101011101001011001000010 | e781bce5b0bae98788e7b89ee8ae9642 |
UHC | 灼尺?縞讖B | 11101101110001111111010010101001001111111111101111010110111100111101100101000010 | edc7f4a93ffbd6f3d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)