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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 籵籬籬^ | 11100010111000001110001011011111111000101101111101011110 | e2e0e2dfe2df5e |
EUC-JP | 籵籬籬^ | 11100100111000101110010011100001111001001110000101011110 | e4e2e4e1e4e15e |
UTF-8 | 籵籬籬^ | 11100111101100011011010111100111101100011010110011100111101100011010110001011110 | e7b1b5e7b1ace7b1ac5e |
UHC | ?籬籬^ | 001111111101011111100110110101111110011001011110 | 3fd7e6d7e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)