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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 偕?[}偕?[{^ | 1001100011110001001111110101101101111101100110001111000100111111010110110111101101011110 | 98f13f5b7d98f13f5b7b5e |
EUC-JP | 偕?[}偕?[{^ | 1101000011110011001111110101101101111101110100001111001100111111010110110111101101011110 | d0f33f5b7dd0f33f5b7b5e |
UTF-8 | 偕렗[}偕렗[{^ | 1110010110000001100101011110101110100000100101110101101101111101111001011000000110010101111010111010000010010111010110110111101101011110 | e58195eba0975b7de58195eba0975b7b5e |
UHC | 偕렗[}偕렗[{^ | 11111010101001011000111010101100010110110111110111111010101001011000111010101100010110110111101101011110 | faa58eac5b7dfaa58eac5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)