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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 璋爿h璋爿 | 111000001111011011100000101010110110100011100000111101101110000010101011 | e0f6e0ab68e0f6e0ab |
EUC-JP | 璋爿h璋爿 | 111000001111100011100000101011010110100011100000111110001110000010101101 | e0f8e0ad68e0f8e0ad |
UTF-8 | 璋爿h璋爿 | 11100111100100101000101111100111100010001011111101101000111001111001001010001011111001111000100010111111 | e7928be788bf68e7928be788bf |
UHC | 璋?h璋? | 11101101111100000011111101101000111011011111000000111111 | edf03f68edf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)