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 | æ¨éº | 111001101001011110101000111010011011101010011101 | e697a8e9ba9d |
SJIS-WIN | ??¨??? | 00111111001111111000000101001110001111110011111100111111 | 3f3f814e3f3f3f |
EUC-JP | �� | 10001111101010011100000100111111101000011010111110001111101010111011000110001111101000101110101100111111 | 8fa9c13fa1af8fabb18fa2eb3f |
UTF-8 | æ¨éº | 110000111010011011000010100101111100001010101000110000111010100111000010101110101100001010011101 | c3a6c297c2a8c3a9c2bac29d |
UHC | æ?¨?º? | 101010011010000100111111101000011010011100111111101010001010110000111111 | a9a13fa1a73fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)