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 | æ¶ë¢² | 111001101011011010001000111010111010001010110010 | e6b688eba2b2 |
SJIS-WIN | ?¶??¢? | 0011111110000001111101110011111100111111100000011001000100111111 | 3f81f73f3f81913f |
EUC-JP | �� | 100011111010100111000001101000101111100100111111100011111010101110110011101000011111000100111111 | 8fa9c1a2f93f8fabb3a1f13f |
UTF-8 | æ¶ë¢² | 110000111010011011000010101101101100001010001000110000111010101111000010101000101100001010110010 | c3a6c2b6c288c3abc2a2c2b2 |
UHC | æ¶???² | 101010011010000110100010110100100011111100111111001111111010100111110111 | a9a1a2d23f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)