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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 他足辿属H | 100100011011110010010001101010111001001001001000100100011010111001001000 | 91bc91ab924891ae48 |
EUC-JP | 他足辿属H | 110000101011111011000010101011011100001110101001110000101011000001001000 | c2bec2adc3a9c2b048 |
UTF-8 | 他足辿属H | 11100100101110111001011011101000101101101011001111101000101111101011111111100101101100011001111001001000 | e4bb96e8b6b3e8bebfe5b19e48 |
UHC | 他足??H | 11110110111000101111000011101011001111110011111101001000 | f6e2f0eb3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)