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 | î½ï¾è | 111011101000010010111101111011111011111010001111111010001001010110001011 | ee84bdefbe8fe8958b |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | î??ï??è?? | 100011111010101111000010001111110011111110001111101010111100000100111111001111111000111110101011101100100011111100111111 | 8fabc23f3f8fabc13f3f8fabb23f3f |
UTF-8 | î½ï¾è | 110000111010111011000010100001001100001010111101110000111010111111000010101111101100001010001111110000111010100011000010100101011100001010001011 | c3aec284c2bdc3afc2bec28fc3a8c295c28b |
UHC | ??½?¾???? | 0011111100111111101010001111011000111111101010001111101000111111001111110011111100111111 | 3f3fa8f63fa8fa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)