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 | ?沃逗?沃?^ | 00111111100101111000000010010000100000000011111110010111100000000011111101011110 | 3f978090803f97803f5e |
EUC-JP | ?沃逗?沃?^ | 00111111110011011110000010111111111000000011111111001101111000000011111101011110 | 3fcde0bfe03fcde03f5e |
UTF-8 | 욹沃逗욹沃砬^ | 11101100100110101011100111100110101100101000001111101001100000001001011111101100100110101011100111100110101100101000001111100111101000001010110001011110 | ec9ab9e6b283e98097ec9ab9e6b283e7a0ac5e |
UHC | 욹沃逗욹沃砬^ | 10111111111100001110100010101010110101001110100010111111111100001110100010101010110101111111111001011110 | bff0e8aad4e8bff0e8aad7fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)