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 | 邵倣帥邵 | 1110011110111000100101011110110110010000100000111110011110111000 | e7b895ed9083e7b8 |
EUC-JP | 邵倣帥邵 | 1110111010111010110010101110111110111111111000111110111010111010 | eebacaefbfe3eeba |
UTF-8 | 邵倣帥邵 | 111010011000001010110101111001011000000010100011111001011011100010100101111010011000001010110101 | e982b5e580a3e5b8a5e982b5 |
UHC | 邵倣帥邵 | 1110000111010000110110111010011111100001111111011110000111010000 | e1d0dba7e1fde1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)