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 | ?田晤 | 0011111110010011011000111001110111101011 | 3f93639deb |
EUC-JP | ?田晤 | 0011111111000101110001001101101011101101 | 3fc5c4daed |
UTF-8 | 뤺田晤 | 111010111010010010111010111001111001010010110000111001101001100110100100 | eba4bae794b0e699a4 |
UHC | 뤺田晤 | 100011111110100011101111101000111110011111111011 | 8fe8efa3e7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)