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 | ?込? | 00111111100011011001111000111111 | 3f8d9e3f |
EUC-JP | ?込? | 00111111101110011111111000111111 | 3fb9fe3f |
UTF-8 | 𧎭込玧 | 11110000101001111000111010101101111010001011111010111100111001111000111010100111 | f0a78eade8bebce78ea7 |
UHC | ??玧 | 00111111001111111110101111001001 | 3f3febc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)