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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 偕?N}偕?N{^ | 1001100011110001001111110100111001111101100110001111000100111111010011100111101101011110 | 98f13f4e7d98f13f4e7b5e |
EUC-JP | 偕?N}偕?N{^ | 1101000011110011001111110100111001111101110100001111001100111111010011100111101101011110 | d0f33f4e7dd0f33f4e7b5e |
UTF-8 | 偕외N}偕외N{^ | 1110010110000001100101011110110010011001101110000100111001111101111001011000000110010101111011001001100110111000010011100111101101011110 | e58195ec99b84e7de58195ec99b84e7b5e |
UHC | 偕외N}偕외N{^ | 11111010101001011011111111011100010011100111110111111010101001011011111111011100010011100111101101011110 | faa5bfdc4e7dfaa5bfdc4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)