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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邵母ソゥ | 111001111011100010010101111010101011111110101001 | e7b895eabfa9 |
EUC-JP | 邵母ソゥ | 1110111010111010110010101110110010001110101111111000111010101001 | eebacaec8ebf8ea9 |
UTF-8 | 邵母ソゥ | 111010011000001010110101111001101010111110001101111011111011110110111111111011111011110110101001 | e982b5e6af8defbdbfefbda9 |
UHC | 邵母?? | 111000011101000011011001101111010011111100111111 | e1d0d9bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)