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 | å¼±ì§ | 111001011011110010110001111011001010011110011111 | e5bcb1eca79f |
SJIS-WIN | ??±?§? | 0011111100111111100000010111110100111111100000011001100000111111 | 3f3f817d3f81983f |
EUC-JP | �� | 100011111010101110101001001111111010000111011110100011111010101111000000101000011111100000111111 | 8faba93fa1de8fabc0a1f83f |
UTF-8 | å¼±ì§ | 110000111010010111000010101111001100001010110001110000111010110011000010101001111100001010011111 | c3a5c2bcc2b1c3acc2a7c29f |
UHC | ?¼±?§? | 001111111010100011111001101000011011111000111111101000011101011100111111 | 3fa8f9a1be3fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)