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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 之?\}之?\{^ | 1001010001010110001111110101110001111101100101000101011000111111010111000111101101011110 | 94563f5c7d94563f5c7b5e |
EUC-JP | 之?\}之?\{^ | 1100011110110111001111110101110001111101110001111011011100111111010111000111101101011110 | c7b73f5c7dc7b73f5c7b5e |
UTF-8 | 之줏\}之줏\{^ | 1110010010111001100010111110110010100100100011110101110001111101111001001011100110001011111011001010010010001111010111000111101101011110 | e4b98beca48f5c7de4b98beca48f5c7b5e |
UHC | 之줏\}之줏\{^ | 11110001111111011100000111011110010111000111110111110001111111011100000111011110010111000111101101011110 | f1fdc1de5c7df1fdc1de5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)