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 | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-WIN | 膰圦K}膰圦K{^ | 11100100010101111001101010100111010010110111110111100100010101111001101010100111010010110111101101011110 | e4579aa74b7de4579aa74b7b5e |
EUC-JP | 膰圦K}膰圦K{^ | 11100111101110001101010010101001010010110111110111100111101110001101010010101001010010110111101101011110 | e7b8d4a94b7de7b8d4a94b7b5e |
UTF-8 | 膰圦K}膰圦K{^ | 1110100010000110101100001110010110011100101001100100101101111101111010001000011010110000111001011001110010100110010010110111101101011110 | e886b0e59ca64b7de886b0e59ca64b7b5e |
UHC | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)