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 | äü¤êä | 10001111111001001100001110111100101001001110101011100100 | 8fe4c3bca4eae4 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?äÃ?¤êä | 0011111110001111101010111010001110001111101010101010101000111111100011111010001011110000100011111010101110110100100011111010101110100011 | 3f8faba38faaaa3f8fa2f08fabb48faba3 |
UTF-8 | äü¤êä | 1100001010001111110000111010010011000011100000111100001010111100110000101010010011000011101010101100001110100100 | c28fc3a4c383c2bcc2a4c3aac3a4 |
UHC | ???¼¤?? | 001111110011111100111111101010001111100110100010101101000011111100111111 | 3f3f3fa8f9a2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)