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 | ?巾喜 | 0011111110001011110100001000101011101100 | 3f8bd08aec |
EUC-JP | ?巾喜 | 0011111110110110110100101011010011101110 | 3fb6d2b4ee |
UTF-8 | 뤰巾喜 | 111010111010010010110000111001011011011110111110111001011001011010011100 | eba4b0e5b7bee5969c |
UHC | 뤰巾喜 | 100011111101111011001011111011101111110111101100 | 8fdecbeefdec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)