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 | ?e? | 00111111100000101000010100111111 | 3f82853f |
EUC-JP | ?e? | 00111111101000111110010100111111 | 3fa3e53f |
UTF-8 | 溜e폂 | 111011111010011110001011111011111011110110000101111011011000111110000010 | efa78befbd85ed8f82 |
UHC | 溜e폂 | 111010101111111010100011111001011011110010010001 | eafea3e5bc91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)