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 | 他足辿 | 100100011011110010010001101010111001001001001000 | 91bc91ab9248 |
EUC-JP | 他足辿 | 110000101011111011000010101011011100001110101001 | c2bec2adc3a9 |
UTF-8 | 他足辿 | 111001001011101110010110111010001011011010110011111010001011111010111111 | e4bb96e8b6b3e8bebf |
UHC | 他足? | 1111011011100010111100001110101100111111 | f6e2f0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)