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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?佯??佯?^ | 001111111001100011010001001111110011111110011000110100010011111101011110 | 3f98d13f3f98d13f5e |
EUC-JP | ?佯??佯?^ | 001111111101000011010011001111110011111111010000110100110011111101011110 | 3fd0d33f3fd0d33f5e |
UTF-8 | 결佯꾼결佯꾼^ | 11101010101100101011000011100100101111011010111111101010101111101011110011101010101100101011000011100100101111011010111111101010101111101011110001011110 | eab2b0e4bdafeabebceab2b0e4bdafeabebc5e |
UHC | 결佯꾼결佯꾼^ | 10110000111000011110010110111010101100101101101110110000111000011110010110111010101100101101101101011110 | b0e1e5bab2dbb0e1e5bab2db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)