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 | 淋ì±^ | 11101111101001111011010111101100101100011001000101011110 | efa7b5ecb1915e |
SJIS-WIN | ?§??±?^ | 001111111000000110011000001111110011111110000001011111010011111101011110 | 3f81983f3f817d3f5e |
EUC-JP | ��^ | 10001111101010111100000110100001111110000011111110001111101010111100000010100001110111100011111101011110 | 8fabc1a1f83f8fabc0a1de3f5e |
UTF-8 | 淋ì±^ | 11000011101011111100001010100111110000101011010111000011101011001100001010110001110000101001000101011110 | c3afc2a7c2b5c3acc2b1c2915e |
UHC | ?§??±?^ | 001111111010000111010111001111110011111110100001101111100011111101011110 | 3fa1d73f3fa1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)