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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 顏靂}顏靂{^ | 1110100011111000111010001100110001111101111010001111100011101000110011000111101101011110 | e8f8e8cc7de8f8e8cc7b5e |
EUC-JP | 顏靂}顏靂{^ | 1111000011111010111100001100111001111101111100001111101011110000110011100111101101011110 | f0faf0ce7df0faf0ce7b5e |
UTF-8 | 顏靂}顏靂{^ | 111010011010000110001111111010011001110110000010011111011110100110100001100011111110100110011101100000100111101101011110 | e9a18fe99d827de9a18fe99d827b5e |
UHC | ?靂}?靂{^ | 001111111101010111111010011111010011111111010101111110100111101101011110 | 3fd5fa7d3fd5fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)