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 | 他奪丹短 | 1001000110111100100100100100010010010010010011111001001001011010 | 91bc9244924f925a |
EUC-JP | 他奪丹短 | 1100001010111110110000111010010111000011101100001100001110111011 | c2bec3a5c3b0c3bb |
UTF-8 | 他奪丹短 | 111001001011101110010110111001011010010110101010111001001011100010111001111001111001111110101101 | e4bb96e5a5aae4b8b9e79fad |
UHC | 他奪丹短 | 1111011011100010111101111010110011010011101000011101001110101101 | f6e2f7acd3a1d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)