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 | 淋â¹ì® | 1110111110100111101101011110001010010001101110011110110010101110 | efa7b5e291b9ecae |
SJIS-WIN | ?§?????? | 001111111000000110011000001111110011111100111111001111110011111100111111 | 3f81983f3f3f3f3f3f |
EUC-JP | ï§?â??ì® | 1000111110101011110000011010000111111000001111111000111110101011101001000011111100111111100011111010101111000000100011111010001011101110 | 8fabc1a1f83f8faba43f3f8fabc08fa2ee |
UTF-8 | 淋â¹ì® | 11000011101011111100001010100111110000101011010111000011101000101100001010010001110000101011100111000011101011001100001010101110 | c3afc2a7c2b5c3a2c291c2b9c3acc2ae |
UHC | ?§???¹?® | 0011111110100001110101110011111100111111001111111010100111110110001111111010001011100111 | 3fa1d73f3f3fa9f63fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)