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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阡篇咲ァ毅 | 111010001001010010010101110100011000110111100111101001111000101101000010 | e89495d18de7a78b42 |
EUC-JP | 阡篇咲ァ毅 | 11101111111101001100101011010011101110101110100110001110101001111011010110100011 | eff4cad3bae98ea7b5a3 |
UTF-8 | 阡篇咲ァ毅 | 111010011001100010100001111001111010111110000111111001011001001010110010111011111011110110100111111001101010111110000101 | e998a1e7af87e592b2efbda7e6af85 |
UHC | 阡篇??毅 | 1111010011000110111110001011100100111111001111111110101111110110 | f4c6f8b93f3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)