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 | èO¹ràè | 1110100001001111100110111011100110011100011100101110000011101000 | e84f9bb99c72e0e8 |
SJIS-WIN | ?O???r?? | 0011111101001111001111110011111100111111011100100011111100111111 | 3f4f3f3f3f723f3f |
EUC-JP | èO???ràè | 1000111110101011101100100100111100111111001111110011111101110010100011111010101110100010100011111010101110110010 | 8fabb24f3f3f3f728faba28fabb2 |
UTF-8 | èO¹ràè | 1100001110101000010011111100001010011011110000101011100111000010100111000111001011000011101000001100001110101000 | c3a84fc29bc2b9c29c72c3a0c3a8 |
UHC | ?O?¹?r?? | 001111110100111100111111101010011111011000111111011100100011111100111111 | 3f4f3fa9f63f723f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)