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 | æ°êº | 111001101001011010110000111010101011101010011110 | e696b0eaba9e |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | �� | 10001111101010011100000100111111101000011110101110001111101010111011010010001111101000101110101100111111 | 8fa9c13fa1eb8fabb48fa2eb3f |
UTF-8 | æ°êº | 110000111010011011000010100101101100001010110000110000111010101011000010101110101100001010011110 | c3a6c296c2b0c3aac2bac29e |
UHC | æ?°?º? | 101010011010000100111111101000011100011000111111101010001010110000111111 | a9a13fa1c63fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)