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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 遞キ蟠句ヲケB | 11100111101010001011011111100101101101001000101111100101101001101011100101000010 | e7a8b7e5b48be5a6b942 |
EUC-JP | 遞キ蟠句ヲケB | 11101110101010101000111010110111111010101011011010110110111001111000111010100110100011101011100101000010 | eeaa8eb7eab6b6e78ea68eb942 |
UTF-8 | 遞キ蟠句ヲケB | 11101001100000011001111011101111101111011011011111101000100111111010000011100101100011111010010111101111101111011010011011101111101111011011100101000010 | e9819eefbdb7e89fa0e58fa5efbda6efbdb942 |
UHC | 遞?蟠句??B | 11110100111101100011111111011010111101101100111110100011001111110011111101000010 | f4f63fdaf6cfa33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)