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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 偲鴫粨 | 100011101100001110001110101100001110001011101000 | 8ec38eb0e2e8 |
EUC-JP | 偲鴫粨 | 101111001100010110111100101100101110010011101010 | bcc5bcb2e4ea |
UTF-8 | 偲鴫粨 | 111001011000000110110010111010011011010010101011111001111011001010101000 | e581b2e9b4abe7b2a8 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)