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 | 逑情忰 | 111001111001001110001111111011101001110010101011 | e7938fee9cab |
EUC-JP | 逑情忰 | 111011011111001110111110111100001101100010101101 | edf3bef0d8ad |
UTF-8 | 逑情忰 | 111010011000000010010001111001101000001110000101111001011011111110110000 | e98091e68385e5bfb0 |
UHC | 逑情? | 1100111111000111111011111101011100111111 | cfc7efd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)