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 | 地?劍 | 1001001001101110001111111001100110011000 | 926e3f9998 |
EUC-JP | 地?劍 | 1100001111001111001111111101000111111000 | c3cf3fd1f8 |
UTF-8 | 地ㅾ劍 | 111001011001110010110000111000111000010110111110111001011000101010001101 | e59cb0e385bee58a8d |
UHC | 地ㅾ劍 | 111100101010001010100100111011101100101111111100 | f2a2a4eecbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)