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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逾¥繍^ | 11100111101001011000000110001111100011110100101001011110 | e7a5818f8f4a5e |
EUC-JP | 逾¥繍^ | 11101110101001111010000111101111101111011010101101011110 | eea7a1efbdab5e |
UTF-8 | 逾¥繍^ | 11101001100000001011111011101111101111111010010111100111101110011000110101011110 | e980beefbfa5e7b98d5e |
UHC | 逾¥?^ | 111010111011010110100001110011010011111101011110 | ebb5a1cd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)