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 | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | 他足辿属@B | 10010001101111001001000110101011100100100100100010010001101011100100000001000010 | 91bc91ab924891ae4042 |
EUC-JP | 他足辿属@B | 11000010101111101100001010101101110000111010100111000010101100000100000001000010 | c2bec2adc3a9c2b04042 |
UTF-8 | 他足辿属@B | 1110010010111011100101101110100010110110101100111110100010111110101111111110010110110001100111100100000001000010 | e4bb96e8b6b3e8bebfe5b19e4042 |
UHC | 他足??@B | 1111011011100010111100001110101100111111001111110100000001000010 | f6e2f0eb3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)