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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 翩羆\ | 1110001111000111111000111010111101011100 | e3c7e3af5c |
EUC-JP | 翩羆\ | 1110011011001001111001101011000101011100 | e6c9e6b15c |
UTF-8 | 翩羆\ | 11100111101111111010100111100111101111101000011001011100 | e7bfa9e7be865c |
UHC | 翩?\ | 11111000101110110011111101011100 | f8bb3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)