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 | 邵橄興跖 | 1110011110111000100111101110101110001011101110111110011011101000 | e7b89eeb8bbbe6e8 |
EUC-JP | 邵橄興跖 | 1110111010111010110111001110110110110110101111011110110011101010 | eebadcedb6bdecea |
UTF-8 | 邵橄興跖 | 111010011000001010110101111001101010100110000100111010001000100010001000111010001011011110010110 | e982b5e6a984e88888e8b796 |
UHC | 邵橄興? | 11100001110100001100101011110100111111011110100100111111 | e1d0caf4fde93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)